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 | ???eh | 0011111100111111001111110110010101101000 | 3f3f3f6568 |
SJIS-WIN | ???eh | 0011111100111111001111110110010101101000 | 3f3f3f6568 |
EUC-JP | ???eh | 0011111100111111001111110110010101101000 | 3f3f3f6568 |
UTF-8 | 채횄찼eh | 1110110010110001100001001110110110011010100001001110110010110000101111000110010101101000 | ecb184ed9a84ecb0bc6568 |
UHC | 채횄찼eh | 1100001110100100110000111000001111000011101000010110010101101000 | c3a4c383c3a16568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)