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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 核?解?? | 10001010011010100011111110001001111100000011111100111111 | 8a6a3f89f03f3f |
EUC-JP | 核?解?? | 10110011110010110011111110110010111100100011111100111111 | b3cb3fb2f23f3f |
UTF-8 | 核렭解흗볶 | 111001101010000010111000111010111010000010101101111010001010011110100011111011011001110110010111111010111011001110110110 | e6a0b8eba0ade8a7a3ed9d97ebb3b6 |
UHC | 核렭解흗볶 | 11111010101101111000111010111010111110101011000011001000111010011011101010111010 | fab78ebafab0c8e9baba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)