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 | 10011110101111100011111110011110101111100011111101000010 | 9ebe3f9ebe3f42 |
EUC-JP | 楡?楡?B | 11011100110000000011111111011100110000000011111101000010 | dcc03fdcc03f42 |
UTF-8 | 楡멆楡멆B | 11100110101001011010000111101011101010011000011011100110101001011010000111101011101010011000011001000010 | e6a5a1eba986e6a5a1eba98642 |
UHC | 楡멆楡멆B | 111010101111100010010000111111101110101011111000100100001111111001000010 | eaf890feeaf890fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)