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 | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
SJIS-WIN | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
EUC-JP | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
UTF-8 | 횩첫C혧챔 | 11101101100110101010100111101100101100101010101101000011111011011001100010100111111011001011000110010100 | ed9aa9ecb2ab43ed98a7ecb194 |
UHC | 횩첫C혧챔 | 110000111001111111000011101110010100001111000010100011111100001110101000 | c39fc3b943c28fc3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)