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 | 樟斑??烝臼 | 10001111101111101001010011000001001111110011111111100000011111101000100101010000 | 8fbe94c13f3fe07e8950 |
EUC-JP | 樟斑??烝臼 | 10111110110000001100100011000011001111110011111111011111110111111011000110110001 | bec0c8c33f3fdfdfb1b1 |
UTF-8 | 樟斑렗렡烝臼 | 111001101010100010011111111001101001011010010001111010111010000010010111111010111010000010100001111001111000001110011101111010001000011110111100 | e6a89fe69691eba097eba0a1e7839de887bc |
UHC | 樟斑렗렡烝臼 | 111011011110100111011010111010001000111010101100100011101011001011110001111101101100111110111111 | ede9dae88eac8eb2f1f6cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)