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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 敖??若 | 100111011100001000111111001111111000111011100001 | 9dc23f3f8ee1 |
EUC-JP | 敖??若 | 110110101100010000111111001111111011110011100011 | dac43f3fbce3 |
UTF-8 | 敖잍벤若 | 111001101001010110010110111011001001111010001101111010111011001010100100111010001000101110100101 | e69596ec9e8debb2a4e88ba5 |
UHC | 敖잍벤若 | 1110011111111001100111111110011010111010101001011110010110110100 | e7f99fe6baa5e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)