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 | ¸Ò×Á | 10111000110100101101011111000001 | b8d2d7c1 |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ¸Ò×Á | 1000111110100010101100011000111110101010110100101010000111011111100011111010101010100001 | 8fa2b18faad2a1df8faaa1 |
UTF-8 | ¸Ò×Á | 1100001010111000110000111001001011000011100101111100001110000001 | c2b8c392c397c381 |
UHC | ¸?×? | 101000101010110000111111101000011011111100111111 | a2ac3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)