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큅癰 | 11101100101100011001010011101101100110101000100101000010111011011000000110000101111001111001100110110000 | ecb194ed9a8942ed8185e799b0 |
UHC | 챔횉B큅癰 | 110000111010100011000011100001110100001011000101101000101110100010111001 | c3a8c38742c5a2e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)