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??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
SJIS-WIN | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
EUC-JP | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
UTF-8 | 횄쨘W횄짝횂 | 11101101100110101000010011101100101010001001100001010111111011011001101010000100111011001010011110011101111011011001101010000010 | ed9a84eca89857ed9a84eca79ded9a82 |
UHC | 횄쨘W횄짝횂 | 1100001110000011110000101011101001010111110000111000001111000010101001101100001110000010 | c383c2ba57c383c2a6c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)