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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 咳?oBF | 100010100101000000111111011011110100001001000110 | 8a503f6f4246 |
EUC-JP | 咳?oBF | 101100111011000100111111011011110100001001000110 | b3b13f6f4246 |
UTF-8 | 咳렱oBF | 111001011001001010110011111010111010000010110001011011110100001001000110 | e592b3eba0b16f4246 |
UHC | 咳렱oBF | 11111010101001101000111010111110011011110100001001000110 | faa68ebe6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)