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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒻セ謌黛 | 11100100111010001011111011100110100010001001000111100001 | e4e8bee68891e1 |
EUC-JP | 蒻セ謌黛 | 1110100011101010100011101011111011101011111010001100001011100011 | e8ea8ebeebe8c2e3 |
UTF-8 | 蒻セ謌黛 | 111010001001001010111011111011111011110110111110111010001010110010001100111010011011101110011011 | e892bbefbdbee8ac8ce9bb9b |
UHC | 蒻??黛 | 111001011011011000111111001111111101001111101010 | e5b63f3fd3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)