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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 省ェE | 100011111100100011111000101111001010101001000101 | 8fc8f8bcaa45 |
EUC-JP | 省?ェE | 101111101100101000111111100011101010101001000101 | beca3f8eaa45 |
UTF-8 | 省ェE | 11100111100111001000000111101110100110011001101111101111101111011010101001000101 | e79c81ee999befbdaa45 |
UHC | 省??E | 1110000011111101001111110011111101000101 | e0fd3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)