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 | ??B????D | 0011111100111111010000100011111100111111001111110011111101000100 | 3f3f423f3f3f3f44 |
SJIS-WIN | ??B????D | 0011111100111111010000100011111100111111001111110011111101000100 | 3f3f423f3f3f3f44 |
EUC-JP | ??B????D | 0011111100111111010000100011111100111111001111110011111101000100 | 3f3f423f3f3f3f44 |
UTF-8 | 횂혘B횄짤횄짧D | 1110110110011010100000101110110110011000100110000100001011101101100110101000010011101100101001111010010011101101100110101000010011101100101001111010011101000100 | ed9a82ed989842ed9a84eca7a4ed9a84eca7a744 |
UHC | 횂혘B횄짤횄짧D | 1100001110000010110000101000001101000010110000111000001111000010101010011100001110000011110000101010101001000100 | c382c28342c383c2a9c383c2aa44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)