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^ | 1110110010101001100100001110110010110001100110011110110110011000101001101110110110011010101001001110110110011010101010101110110110011010101000100110010101011110 | eca990ecb199ed98a6ed9aa4ed9aaaed9aa2655e |
UHC | 쩐챙혦횤횪횢e^ | 1100001010111110110000111010110011000010100011101100001110011011110000111010000011000011100110010110010101011110 | c2bec3acc28ec39bc3a0c399655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)