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?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?癰 | 001111110011111101000010001111111110000110011110 | 3f3f423fe19e |
EUC-JP | ??B?癰 | 001111110011111101000010001111111110000111111110 | 3f3f423fe1fe |
UTF-8 | 챕횊B큅癰 | 11101100101100011001010111101101100110101000101001000010111011011000000110000101111001111001100110110000 | ecb195ed9a8a42ed8185e799b0 |
UHC | 챕횊B큅癰 | 110000111010100111000011100010000100001011000101101000101110100010111001 | c3a9c38842c5a2e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)