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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 軏慶B | 1111101110110010100011000110001101000010 | fbb28c6342 |
EUC-JP | 軏慶B | 100011111110000011011001101101111100010001000010 | 8fe0d9b7c442 |
UTF-8 | 軏慶B | 11101000101110111000111111100110100001011011011001000010 | e8bb8fe685b642 |
UHC | ?慶B | 00111111110011001101010001000010 | 3fccd442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)