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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 嘆探村俗@h | 10010010010100011001001001010100100100011011101010010001101011010100000001101000 | 9251925491ba91ad4068 |
EUC-JP | 嘆探村俗@h | 11000011101100101100001110110101110000101011110011000010101011110100000001101000 | c3b2c3b5c2bcc2af4068 |
UTF-8 | 嘆探村俗@h | 1110010110011000100001101110011010001110101000101110011010011101100100011110010010111111100101110100000001101000 | e59886e68ea2e69d91e4bf974068 |
UHC | 嘆探村俗@h | 11110111101000111111011110101110111101011011110111100001110101000100000001101000 | f7a3f7aef5bde1d44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)