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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?匿???B | 00111111100100111011110100111111001111110011111101000010 | 3f93bd3f3f3f42 |
EUC-JP | ?匿???B | 00111111110001101011111100111111001111110011111101000010 | 3fc6bf3f3f3f42 |
UTF-8 | 룵匿룶킃㈐B | 11101011101000111011010111100101100011001011111111101011101000111011011011101101100000101000001111100011100010001001000001000010 | eba3b5e58cbfeba3b6ed8283e3889042 |
UHC | 룵匿룶킃㈐B | 1000111110101010110100101111101110001111101010111011010010001111101010011100000101000010 | 8faad2fb8fabb48fa9c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)