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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 輊輒 | 11100111011010001110011101101011 | e768e76b |
EUC-JP | 輊輒 | 11101101110010011110110111001100 | edc9edcc |
UTF-8 | 輊輒 | 111010001011110010001010111010001011110010010010 | e8bc8ae8bc92 |
UHC | ?輒 | 001111111111010011100101 | 3ff4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)