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 | 򶱽 | 11110010101101101011000110111101 | f2b6b1bd |
SJIS-WIN | ?¶±? | 001111111000000111110111100000010111110100111111 | 3f81f7817d3f |
EUC-JP | � | 1000111110101011110100101010001011111001101000011101111000111111 | 8fabd2a2f9a1de3f |
UTF-8 | 򶱽 | 1100001110110010110000101011011011000010101100011100001010111101 | c3b2c2b6c2b1c2bd |
UHC | ?¶±½ | 00111111101000101101001010100001101111101010100011110110 | 3fa2d2a1bea8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)