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 | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
SJIS-WIN | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
EUC-JP | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
UTF-8 | 챈횪짯W챌창 | 11101100101100011000100011101101100110101010101011101100101001111010111101010111111011001011000110001100111011001011000010111101 | ecb188ed9aaaeca7af57ecb18cecb0bd |
UHC | 챈횪짯W챌창 | 1100001110100110110000111010000011000010101011010101011111000011101001111100001110100010 | c3a6c3a0c2ad57c3a7c3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)