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 | 10001010010000110011111100111111011011110100001001000110 | 8a433f3f6f4246 |
EUC-JP | 海??oBF | 10110011101001000011111100111111011011110100001001000110 | b3a43f3f6f4246 |
UTF-8 | 海쒑섈oBF | 111001101011010110110111111011001001001010010001111011001000010010001000011011110100001001000110 | e6b5b7ec9291ec84886f4246 |
UHC | 海쒑섈oBF | 111110101010110110011100111010001011110010101010011011110100001001000110 | faad9ce8bcaa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)