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 | 瑟糒丈 | 111000001110110011100010111100111000111111100100 | e0ece2f38fe4 |
EUC-JP | 瑟糒丈 | 111000001110111011100100111101011011111011100110 | e0eee4f5bee6 |
UTF-8 | 瑟糒丈 | 111001111001000110011111111001111011001110010010111001001011100010001000 | e7919fe7b392e4b888 |
UHC | 瑟?丈 | 1110001110100010001111111110110111011011 | e3a23feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)