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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 剪??剪??B | 100110011001001000111111001111111001100110010010001111110011111101000010 | 99923f3f99923f3f42 |
EUC-JP | 剪??剪??B | 110100011111001000111111001111111101000111110010001111110011111101000010 | d1f23f3fd1f23f3f42 |
UTF-8 | 剪흡벱剪흡벱B | 11100101100010011010101011101101100111011010000111101011101100101011000111100101100010011010101011101101100111011010000111101011101100101011000101000010 | e589aaed9da1ebb2b1e589aaed9da1ebb2b142 |
UHC | 剪흡벱剪흡벱B | 11101110111100101100100011101101101110101010100111101110111100101100100011101101101110101010100101000010 | eef2c8edbaa9eef2c8edbaa942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)