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 | 中騏中 | 100100101000011011101001011101011001001010000110 | 9286e9759286 |
EUC-JP | 中騏中 | 110000111110011011110001110101101100001111100110 | c3e6f1d6c3e6 |
UTF-8 | 中騏中 | 111001001011100010101101111010011010100010001111111001001011100010101101 | e4b8ade9a88fe4b8ad |
UHC | 中騏中 | 111100011110100111010001110010011111000111101001 | f1e9d1c9f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)