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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 敖??若? | 10011101110000100011111100111111100011101110000100111111 | 9dc23f3f8ee13f |
EUC-JP | 敖??若? | 11011010110001000011111100111111101111001110001100111111 | dac43f3fbce33f |
UTF-8 | 敖잍벤若쀨 | 111001101001010110010110111011001001111010001101111010111011001010100100111010001000101110100101111011001000000010101000 | e69596ec9e8debb2a4e88ba5ec80a8 |
UHC | 敖잍벤若쀨 | 11100111111110011001111111100110101110101010010111100101101101001001011111101000 | e7f99fe6baa5e5b497e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)