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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 消楯昔 | 100011111100000110001111011111001001000011001100 | 8fc18f7c90cc |
EUC-JP | 消楯昔 | 101111101100001110111101110111011100000011001110 | bec3bdddc0ce |
UTF-8 | 消楯昔 | 111001101011011010001000111001101010010110101111111001101001100010010100 | e6b688e6a5afe69894 |
UHC | 消楯昔 | 111000011011110011100010111001001110000010101110 | e1bce2e4e0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)