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 | 111100001111100010001110110111101111001011010000100011101010010101000010 | f0f88edef2d08ea542 |
EUC-JP | ?酌?磁B | 00111111101111001110000000111111101111001010011101000010 | 3fbce03fbca742 |
UTF-8 | 酌磁B | 11101110100000101011011111101001100001011000110011101110100010001000011111100111101000111000000101000010 | ee82b7e9858cee8887e7a38142 |
UHC | ?酌?磁B | 00111111111011011100110000111111111011011011100001000010 | 3fedcc3fedb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)