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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 蒻セ繙伎h | 11100100111010001011111011100011100001101000101011101010111100111001010001101000 | e4e8bee3868aeaf39468 |
EUC-JP | 蒻セ繙伎?h | 11101000111010101000111010111110111001011110011010110100111011000011111101101000 | e8ea8ebee5e6b4ec3f68 |
UTF-8 | 蒻セ繙伎h | 11101000100100101011101111101111101111011011111011100111101110011001100111100100101111001000111011101110100010101000011101101000 | e892bbefbdbee7b999e4bc8eee8a8768 |
UHC | 蒻??伎?h | 1110010110110110001111110011111111010000111010110011111101101000 | e5b63f3fd0eb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)