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 | ?{?^^ | 0011111101111011001111110101111001011110 | 3f7b3f5e5e |
SJIS-WIN | ?{?^^ | 0011111101111011001111110101111001011110 | 3f7b3f5e5e |
EUC-JP | ?{?^^ | 0011111101111011001111110101111001011110 | 3f7b3f5e5e |
UTF-8 | 챕{혳^^ | 111011001011000110010101011110111110110110011000101100110101111001011110 | ecb1957bed98b35e5e |
UHC | 챕{혳^^ | 11000011101010010111101111000010100110100101111001011110 | c3a97bc29a5e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)