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 | 顴詼輒 | 111010010100000111100110011010101110011101101011 | e941e66ae76b |
EUC-JP | 顴詼輒 | 111100011010001011101011110010111110110111001100 | f1a2ebcbedcc |
UTF-8 | 顴詼輒 | 111010011010000110110100111010001010100110111100111010001011110010010010 | e9a1b4e8a9bce8bc92 |
UHC | ??輒 | 00111111001111111111010011100101 | 3f3ff4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)