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 | ³¶}³¶{^ | 10110011101101100111110110110011101101100111101101011110 | b3b67db3b67b5e |
SJIS-WIN | ?¶}?¶{^ | 001111111000000111110111011111010011111110000001111101110111101101011110 | 3f81f77d3f81f77b5e |
EUC-JP | ?¶}?¶{^ | 001111111010001011111001011111010011111110100010111110010111101101011110 | 3fa2f97d3fa2f97b5e |
UTF-8 | ³¶}³¶{^ | 1100001010110011110000101011011001111101110000101011001111000010101101100111101101011110 | c2b3c2b67dc2b3c2b67b5e |
UHC | ³¶}³¶{^ | 1010100111111000101000101101001001111101101010011111100010100010110100100111101101011110 | a9f8a2d27da9f8a2d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)