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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪シ螻ッ嶸顛 | 11100101101000011011110011100101101100011010111111111010101101001001001101011110 | e5a1bce5b1affab4935e |
EUC-JP | 蝪シ螻ッ嶸顛 | 11101010101000111000111010111100111010101011001110001110101011111000111110111011111101001100010110111111 | eaa38ebceab38eaf8fbbf4c5bf |
UTF-8 | 蝪シ螻ッ嶸顛 | 111010001001110110101010111011111011110110111100111010001001111010111011111011111011110110101111111001011011011010111000111010011010000110011011 | e89daaefbdbce89ebbefbdafe5b6b8e9a19b |
UHC | ????嶸? | 00111111001111110011111100111111111001111010111000111111 | 3f3f3f3fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)