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 | 仙嘯嫂 | 100100001110010110011010100000101001101101011110 | 90e59a829b5e |
EUC-JP | 仙嘯嫂 | 110000001110011111010011111000101101010110111111 | c0e7d3e2d5bf |
UTF-8 | 仙嘯嫂 | 111001001011101110011001111001011001100010101111111001011010101110000010 | e4bb99e598afe5ab82 |
UHC | 仙嘯嫂 | 111000001011100111100001101100001110000111111001 | e0b9e1b0e1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)