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혧쨘 | 11101101100110001010100011101100101100101010101111101100101100001011110101010111111011011001100010100111111011001010100010011000 | ed98a8ecb2abecb0bd57ed98a7eca898 |
UHC | 혨첫창W혧쨘 | 1100001010010000110000111011100111000011101000100101011111000010100011111100001010111010 | c290c3b9c3a257c28fc2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)