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 | 咳斑??烝臼 | 10001010010100001001010011000001001111110011111111100000011111101000100101010000 | 8a5094c13f3fe07e8950 |
EUC-JP | 咳斑??烝臼 | 10110011101100011100100011000011001111110011111111011111110111111011000110110001 | b3b1c8c33f3fdfdfb1b1 |
UTF-8 | 咳斑렗렡烝臼 | 111001011001001010110011111001101001011010010001111010111010000010010111111010111010000010100001111001111000001110011101111010001000011110111100 | e592b3e69691eba097eba0a1e7839de887bc |
UHC | 咳斑렗렡烝臼 | 111110101010011011011010111010001000111010101100100011101011001011110001111101101100111110111111 | faa6dae88eac8eb2f1f6cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)