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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬆尖攅妤冗エ | 1110100110100000100100001110101110011101101101111111101010100100100011111110011110110100 | e9a090eb9db7faa48fe7b4 |
EUC-JP | 鬆尖攅妤冗エ | 11110010101000101100000011101101110110101011100110001111101110011010111110111110111010011000111010110100 | f2a2c0eddab98fb9afbee98eb4 |
UTF-8 | 鬆尖攅妤冗エ | 111010011010110010000110111001011011000010010110111001101001010010000101111001011010011010100100111001011000011010010111111011111011110110110100 | e9ac86e5b096e69485e5a6a4e58697efbdb4 |
UHC | ?尖??冗? | 0011111111110100110100110011111100111111111010011011011100111111 | 3ff4d33f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)