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 | 001111111110101001011111011011110100001001000110 | 3fea5f6f4246 |
EUC-JP | ?鸚oBF | 001111111111001111000000011011110100001001000110 | 3ff3c06f4246 |
UTF-8 | 뚍鸚oBF | 111010111001101010001101111010011011100010011010011011110100001001000110 | eb9a8de9b89a6f4246 |
UHC | 뚍鸚oBF | 10001100110100001110010110100100011011110100001001000110 | 8cd0e5a46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)