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 | 001111110011111100111111001111110111110101101000 | 3f3f3f3f7d68 |
SJIS-WIN | 嘆単村束}h | 10010010010100011001001001010000100100011011101010010001101010010111110101101000 | 9251925091ba91a97d68 |
EUC-JP | 嘆単村束}h | 11000011101100101100001110110001110000101011110011000010101010110111110101101000 | c3b2c3b1c2bcc2ab7d68 |
UTF-8 | 嘆単村束}h | 1110010110011000100001101110010110001101100110001110011010011101100100011110011010011101100111110111110101101000 | e59886e58d98e69d91e69d9f7d68 |
UHC | 嘆?村束}h | 111101111010001100111111111101011011110111100001110101100111110101101000 | f7a33ff5bde1d67d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)