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 | ?ZoBF | 0011111101011010011011110100001001000110 | 3f5a6f4246 |
SJIS-WIN | ?ZoBF | 0011111101011010011011110100001001000110 | 3f5a6f4246 |
EUC-JP | ?ZoBF | 0011111101011010011011110100001001000110 | 3f5a6f4246 |
UTF-8 | 뮀ZoBF | 11101011101011101000000001011010011011110100001001000110 | ebae805a6f4246 |
UHC | 뮀ZoBF | 100100101000111101011010011011110100001001000110 | 928f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)