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 | 梨 | 111011111010011110100010 | efa7a2 |
SJIS-WIN | ?§¢ | 0011111110000001100110001000000110010001 | 3f81988191 |
EUC-JP | 梨 | 10001111101010111100000110100001111110001010000111110001 | 8fabc1a1f8a1f1 |
UTF-8 | 梨 | 110000111010111111000010101001111100001010100010 | c3afc2a7c2a2 |
UHC | ?§? | 00111111101000011101011100111111 | 3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)