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 | 哩\}哩\{^ | 100101101000100101011100011111011001011010001001010111000111101101011110 | 96895c7d96895c7b5e |
EUC-JP | 哩\}哩\{^ | 110010111110100101011100011111011100101111101001010111000111101101011110 | cbe95c7dcbe95c7b5e |
UTF-8 | 哩\}哩\{^ | 1110010110010011101010010101110001111101111001011001001110101001010111000111101101011110 | e593a95c7de593a95c7b5e |
UHC | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)