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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 渟?癖h | 100111111101100100111111100101011100100001101000 | 9fd93f95c868 |
EUC-JP | 渟?癖h | 110111101101101100111111110010101100101001101000 | dedb3fcaca68 |
UTF-8 | 渟띤癖h | 11100110101110001001111111101011100111011010010011100111100110011001011001101000 | e6b89feb9da4e7999668 |
UHC | 渟띤癖h | 11101111111001011011011011101101110110111111111001101000 | efe5b6eddbfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)