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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 闍溯供B | 11101000100010111001111111101000100010111001111101000010 | e88b9fe88b9f42 |
EUC-JP | 闍溯供B | 11101111111010111101111011101010101101101010000101000010 | efebdeeab6a142 |
UTF-8 | 闍溯供B | 11101001100101111000110111100110101110101010111111100100101111101001101101000010 | e9978de6baafe4be9b42 |
UHC | ?溯供B | 001111111110000110111101110011011110101001000010 | 3fe1bdcdea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)