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 | 11100000111000100100010111100000111000100100010101000010 | e0e245e0e24542 |
EUC-JP | 珞E珞EB | 11100000111001000100010111100000111001000100010101000010 | e0e445e0e44542 |
UTF-8 | 珞E珞EB | 111001111000111110011110010001011110011110001111100111100100010101000010 | e78f9e45e78f9e4542 |
UHC | 珞E珞EB | 11010101101010000100010111010101101010000100010101000010 | d5a845d5a84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)