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 | 11100001110110000100010111100001110110000100010101000010 | e1d845e1d84542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | áØEáØEB | 100011111010101110100001100011111010100110101100010001011000111110101011101000011000111110101001101011000100010101000010 | 8faba18fa9ac458faba18fa9ac4542 |
UTF-8 | áØEáØEB | 1100001110100001110000111001100001000101110000111010000111000011100110000100010101000010 | c3a1c39845c3a1c3984542 |
UHC | ?ØE?ØEB | 001111111010100010101010010001010011111110101000101010100100010101000010 | 3fa8aa453fa8aa4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)