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?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
EUC-JP | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
UTF-8 | 찼W찼짰 | 11101100101100001011110001010111111011001011000010111100111011001010011110110000 | ecb0bc57ecb0bceca7b0 |
UHC | 찼W찼짰 | 11000011101000010101011111000011101000011100001010101110 | c3a157c3a1c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)