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 | 止?燼攀 | 10001110011111100011111111100000100111101001110110110011 | 8e7e3fe09e9db3 |
EUC-JP | 止?燼攀 | 10111011110111110011111111011111111111101101101010110101 | bbdf3fdffedab5 |
UTF-8 | 止렩燼攀 | 111001101010110110100010111010111010000010101001111001111000011110111100111001101001010010000000 | e6ada2eba0a9e787bce69480 |
UHC | 止렩燼攀 | 1111001010101101100011101011011111100011111010001101101011100111 | f2ad8eb7e3e8dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)