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 | 意????帝 | 1000100011010011001111110011111100111111001111111001001011101001 | 88d33f3f3f3f92e9 |
EUC-JP | 意????帝 | 1011000011010101001111110011111100111111001111111100010011101011 | b0d53f3f3f3fc4eb |
UTF-8 | 意펴렮펼뇻帝 | 111001101000010010001111111011011000111010110100111010111010000010101110111011011000111010111100111010111000011110111011111001011011100010011101 | e6848fed8eb4eba0aeed8ebceb87bbe5b89d |
UHC | 意펴렮펼뇻帝 | 111010111111001011000110111011001000111010111011110001101110111010110100101001111111000010101000 | ebf2c6ec8ebbc6eeb4a7f0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)