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 | 貊i萵 | 111001101011101110000010100010011110010011100000 | e6bb8289e4e0 |
EUC-JP | 貊i萵 | 111011001011110110100011111010011110100011100010 | ecbda3e9e8e2 |
UTF-8 | 貊i萵 | 111010001011001010001010111011111011110110001001111010001001000010110101 | e8b28aefbd89e890b5 |
UHC | 貊i? | 1101100011100111101000111110100100111111 | d8e7a3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)