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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ???靷?^ | 0011111100111111001111111000111111100111101111010011111101011110 | 3f3f3f8fe7bd3f5e |
UTF-8 | 咽뉕릿靷땉^ | 11101111101001101001111011101011100010011001010111101011101001101011111111101001100111011011011111101011100101011000100101011110 | efa69eeb8995eba6bfe99db7eb95895e |
UHC | 咽뉕릿靷땉^ | 1110011011101100100001111110101010111000101101001110110011100110100010110110001101011110 | e6ec87eab8b4ece68b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)