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 | 迚咎ゥ | 1110011110001001100110011110100110101001 | e78999e9a9 |
EUC-JP | 迚咎ゥ | 111011011110100111010010111010111000111010101001 | ede9d2eb8ea9 |
UTF-8 | 迚咎ゥ | 111010001011111110011010111001011001001010001110111011111011110110101001 | e8bf9ae5928eefbda9 |
UHC | ?咎? | 00111111110011111010010000111111 | 3fcfa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)