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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
UTF-8 | 뎚묨묰뎚e^ | 1110101110001110100110101110101110101100101010001110101110101100101100001110101110001110100110100110010101011110 | eb8e9aebaca8ebacb0eb8e9a655e |
UHC | 뎚묨묰뎚e^ | 10001001011010111001001001000001100100100100011110001001011010110110010101011110 | 896b92419247896b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)