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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 횂혺횄쨀횄징e^ | 1110110110011010100000101110110110011000101110101110110110011010100001001110110010101000100000001110110110011010100001001110110010100111100101010110010101011110 | ed9a82ed98baed9a84eca880ed9a84eca795655e |
UHC | 횂혺횄쨀횄징e^ | 1100001110000010110000101001111111000011100000111100001010110011110000111000001111000010101000010110010101011110 | c382c29fc383c2b3c383c2a1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)