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 | 憶??鍮 | 100010011010111100111111001111111110100001001010 | 89af3f3fe84a |
EUC-JP | 憶??鍮 | 101100101011000100111111001111111110111110101011 | b2b13f3fefab |
UTF-8 | 憶귣쓣鍮 | 111001101000011010110110111010101011011110100011111011001001001110100011111010011000110110101110 | e686b6eab7a3ec93a3e98dae |
UHC | 憶귣쓣鍮 | 1110010111100011100000101110101110011101100001001110101110111001 | e5e382eb9d84ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)