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 | 100011111100111011100000011001101000111111001110111000000110011001000010 | 8fcee0668fcee06642 |
EUC-JP | 笑瀁笑瀁B | 101111101101000011011111110001111011111011010000110111111100011101000010 | bed0dfc7bed0dfc742 |
UTF-8 | 笑瀁笑瀁B | 11100111101011001001000111100111100000001000000111100111101011001001000111100111100000001000000101000010 | e7ac91e78081e7ac91e7808142 |
UHC | 笑瀁笑瀁B | 111000011100010111100101110010001110000111000101111001011100100001000010 | e1c5e5c8e1c5e5c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)