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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 堯舌E | 1110101010011111100100001110001101000101 | ea9f90e345 |
EUC-JP | 堯舌E | 1111010010100001110000001110010101000101 | f4a1c0e545 |
UTF-8 | 堯舌E | 11100101101000001010111111101000100010001000110001000101 | e5a0afe8888c45 |
UHC | 堯舌E | 1110100011101011111000001101111101000101 | e8ebe0df45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)