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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 膕E膕EB | 11100100010100010100010111100100010100010100010101000010 | e45145e4514542 |
EUC-JP | 膕E膕EB | 11100111101100100100010111100111101100100100010101000010 | e7b245e7b24542 |
UTF-8 | 膕E膕EB | 111010001000011010010101010001011110100010000110100101010100010101000010 | e8869545e886954542 |
UHC | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)