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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 璧\}璧\{^ | 111000001111100001011100011111011110000011111000010111000111101101011110 | e0f85c7de0f85c7b5e |
EUC-JP | 璧\}璧\{^ | 111000001111101001011100011111011110000011111010010111000111101101011110 | e0fa5c7de0fa5c7b5e |
UTF-8 | 璧\}璧\{^ | 1110011110010010101001110101110001111101111001111001001010100111010111000111101101011110 | e792a75c7de792a75c7b5e |
UHC | 璧\}璧\{^ | 110110111111110101011100011111011101101111111101010111000111101101011110 | dbfd5c7ddbfd5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)