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 | ²§\}²§\{^ | 101100101010011101011100011111011011001010100111010111000111101101011110 | b2a75c7db2a75c7b5e |
SJIS-WIN | ?§\}?§\{^ | 0011111110000001100110000101110001111101001111111000000110011000010111000111101101011110 | 3f81985c7d3f81985c7b5e |
EUC-JP | ?§\}?§\{^ | 0011111110100001111110000101110001111101001111111010000111111000010111000111101101011110 | 3fa1f85c7d3fa1f85c7b5e |
UTF-8 | ²§\}²§\{^ | 11000010101100101100001010100111010111000111110111000010101100101100001010100111010111000111101101011110 | c2b2c2a75c7dc2b2c2a75c7b5e |
UHC | ²§\}²§\{^ | 10101001111101111010000111010111010111000111110110101001111101111010000111010111010111000111101101011110 | a9f7a1d75c7da9f7a1d75c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)