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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊狩搆 | 111001101011101110001110111010111001110110001100 | e6bb8eeb9d8c |
EUC-JP | 貊狩搆 | 111011001011110110111100111011011101100111101100 | ecbdbcedd9ec |
UTF-8 | 貊狩搆 | 111010001011001010001010111001111000101110101001111001101001000010000110 | e8b28ae78ba9e69086 |
UHC | 貊狩? | 1101100011100111111000101010110100111111 | d8e7e2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)