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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 烏?? | 10001001010001110011111100111111 | 89473f3f |
EUC-JP | 烏?? | 10110001101010000011111100111111 | b1a83f3f |
UTF-8 | 烏↔퉩 | 111001111000001110001111111000101000011010010100111011011000100110101001 | e7838fe28694ed89a9 |
UHC | 烏↔퉩 | 111010001010000110100001111010101011100110000001 | e8a1a1eab981 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)