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 | ??u??? | 001111110011111101110101001111110011111100111111 | 3f3f753f3f3f |
SJIS-WIN | ??u??? | 001111110011111101110101001111110011111100111111 | 3f3f753f3f3f |
EUC-JP | ??u??? | 001111110011111101110101001111110011111100111111 | 3f3f753f3f3f |
UTF-8 | 횄짝u횄짚횂 | 11101101100110101000010011101100101001111001110101110101111011011001101010000100111011001010011110011010111011011001101010000010 | ed9a84eca79d75ed9a84eca79aed9a82 |
UHC | 횄짝u횄짚횂 | 1100001110000011110000101010011001110101110000111000001111000010101001001100001110000010 | c383c2a675c383c2a4c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)