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?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
EUC-JP | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
UTF-8 | 첨짤W챨챕 | 11101100101100101010100011101100101001111010010001010111111011001011000110101000111011001011000110010101 | ecb2a8eca7a457ecb1a8ecb195 |
UHC | 첨짤W챨챕 | 110000111011011111000010101010010101011111000011101100001100001110101001 | c3b7c2a957c3b0c3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)