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 | 11100110101001011010000111101100100011001010010111100110101001011010000111101100100011001010010101000010 | e6a5a1ec8ca5e6a5a1ec8ca542 |
UHC | 楡쌥楡쌥B | 111010101111100010111101110111011110101011111000101111011101110101000010 | eaf8bdddeaf8bddd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)