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 | ??x^ | 00111111001111110111100001011110 | 3f3f785e |
SJIS-WIN | 息臓x^ | 100100011010011110010001100111110111100001011110 | 91a7919f785e |
EUC-JP | 息臓x^ | 110000101010100111000010101000010111100001011110 | c2a9c2a1785e |
UTF-8 | 息臓x^ | 1110011010000001101011111110100010000111100100110111100001011110 | e681afe88793785e |
UHC | 息?x^ | 1110001111010011001111110111100001011110 | e3d33f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)