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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬲ンニ鬲ンニB | 111010011010110111011101110001101110100110101101110111011100011001000010 | e9adddc6e9adddc642 |
EUC-JP | 鬲ンニ鬲ンニB | 11110010101011111000111011011101100011101100011011110010101011111000111011011101100011101100011001000010 | f2af8edd8ec6f2af8edd8ec642 |
UTF-8 | 鬲ンニ鬲ンニB | 11101001101011001011001011101111101111101001110111101111101111101000011011101001101011001011001011101111101111101001110111101111101111101000011001000010 | e9acb2efbe9defbe86e9acb2efbe9defbe8642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)