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 | BàÛB | 1001101001000010111000001101101101000010 | 9a42e0db42 |
SJIS-WIN | ?B??B | 0011111101000010001111110011111101000010 | 3f423f3f42 |
EUC-JP | ?BàÛB | 001111110100001010001111101010111010001010001111101010101110010101000010 | 3f428faba28faae542 |
UTF-8 | BàÛB | 1100001010011010010000101100001110100000110000111001101101000010 | c29a42c3a0c39b42 |
UHC | ?B??B | 0011111101000010001111110011111101000010 | 3f423f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)