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 | ?^?} | 00111111010111100011111101111101 | 3f5e3f7d |
SJIS-WIN | ?^?} | 00111111010111100011111101111101 | 3f5e3f7d |
EUC-JP | ?^?} | 00111111010111100011111101111101 | 3f5e3f7d |
UTF-8 | 혳^찼} | 1110110110011000101100110101111011101100101100001011110001111101 | ed98b35eecb0bc7d |
UHC | 혳^찼} | 110000101001101001011110110000111010000101111101 | c29a5ec3a17d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)