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혨혝 | 11101101100110001010100011101101100110001001110111101100101100001011110101010111111011011001100010101000111011011001100010011101 | ed98a8ed989decb0bd57ed98a8ed989d |
UHC | 혨혝창W혨혝 | 1100001010010000110000101000011111000011101000100101011111000010100100001100001010000111 | c290c287c3a257c290c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)