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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 敖??oBF | 10011101110000100011111100111111011011110100001001000110 | 9dc23f3f6f4246 |
EUC-JP | 敖??oBF | 11011010110001000011111100111111011011110100001001000110 | dac43f3f6f4246 |
UTF-8 | 敖뉚뒡oBF | 111001101001010110010110111010111000100110011010111010111001001010100001011011110100001001000110 | e69596eb899aeb92a16f4246 |
UHC | 敖뉚뒡oBF | 111001111111100110000111111011101000101010011101011011110100001001000110 | e7f987ee8a9d6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)