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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??咫埠B | 00111111001111111001101001000000100101010111010101000010 | 3f3f9a40957542 |
EUC-JP | ??咫埠B | 00111111001111111101001110100001110010011101011001000010 | 3f3fd3a1c9d642 |
UTF-8 | 룶끝咫埠B | 11101011101000111011011011101011100000011001110111100101100100101010101111100101100111111010000001000010 | eba3b6eb819de592abe59fa042 |
UHC | 룶끝咫埠B | 100011111010101110110011101000011111001010100001110111001111110001000010 | 8fabb3a1f2a1dcfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)