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 | 邊ア裼 | 111001111011001010000011010000011110010111100111 | e7b28341e5e7 |
EUC-JP | 邊ア裼 | 111011101011010010100101101000101110101011101001 | eeb4a5a2eae9 |
UTF-8 | 邊ア裼 | 111010011000001010001010111000111000001010100010111010001010001110111100 | e9828ae382a2e8a3bc |
UHC | 邊ア? | 1101110010101011101010111010001000111111 | dcababa23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)