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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鋧ネ骼ウ叱B | 111110111100111111001000111010011000111010110011100011101011011001000010 | fbcfc8e98eb38eb642 |
EUC-JP | 鋧ネ骼ウ叱B | 100011111110010011001011100011101100100011110001111011101000111010110011101111001011100001000010 | 8fe4cb8ec8f1ee8eb3bcb842 |
UTF-8 | 鋧ネ骼ウ叱B | 11101001100010111010011111101111101111101000100011101001101010101011110011101111101111011011001111100101100011111011000101000010 | e98ba7efbe88e9aabcefbdb3e58fb142 |
UHC | ????叱B | 00111111001111110011111100111111111100101110101001000010 | 3f3f3f3ff2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)