To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 彫?誼名 | 10010010101001000011111110001011011000101001011010111100 | 92a43f8b6296bc |
EUC-JP | 彫?誼名 | 11000100101001100011111110110101110000111100110010111110 | c4a63fb5c3ccbe |
UTF-8 | 彫렞誼名 | 111001011011110110101011111010111010000010011110111010001010101010111100111001011001000010001101 | e5bdabeba09ee8aabce5908d |
UHC | 彫렞誼名 | 1111000011000001100011101010111111101011111111101101100110100011 | f0c18eafebfed9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)