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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蓚晏享^ | 11100100111010011001110111100101100010111001110101011110 | e4e99de58b9d5e |
EUC-JP | 蓚晏享^ | 11101000111010111101101011100111101101011111110101011110 | e8ebdae7b5fd5e |
UTF-8 | 蓚晏享^ | 11101000100100111001101011100110100110011000111111100100101110101010101101011110 | e8939ae6998fe4baab5e |
UHC | 蓚晏享^ | 11100010101111101110010011001111111110101011110101011110 | e2bee4cffabd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)