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^ | 1110110110011010100110101110110010100111101000001110110010110001100110011110110010101000101010010110010101011110 | ed9a9aeca7a0ecb199eca8a9655e |
UHC | 횚짠챙쨩e^ | 11000011100101001100001010100111110000111010110011000010101110110110010101011110 | c394c2a7c3acc2bb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)