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 | ???EB | 0011111100111111001111110100010101000010 | 3f3f3f4542 |
SJIS-WIN | ???EB | 0011111100111111001111110100010101000010 | 3f3f3f4542 |
EUC-JP | ???EB | 0011111100111111001111110100010101000010 | 3f3f3f4542 |
UTF-8 | 혳챤혡EB | 1110110110011000101100111110110010110001101001001110110110011000101000010100010101000010 | ed98b3ecb1a4ed98a14542 |
UHC | 혳챤혡EB | 1100001010011010110000111010111011000010100010100100010101000010 | c29ac3aec28a4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)