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? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
EUC-JP | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
UTF-8 | 혞챗챈c찼 | 11101101100110001001111011101100101100011001011111101100101100011000100001100011111011001011000010111100 | ed989eecb197ecb18863ecb0bc |
UHC | 혞챗챈c찼 | 110000101000100011000011101010101100001110100110011000111100001110100001 | c288c3aac3a663c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)