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àÜ~ | 1001101001000010111000001101110001111110 | 9a42e0dc7e |
SJIS-WIN | ?B??~ | 0011111101000010001111110011111101111110 | 3f423f3f7e |
EUC-JP | ?BàÜ~ | 001111110100001010001111101010111010001010001111101010101110010001111110 | 3f428faba28faae47e |
UTF-8 | BàÜ~ | 1100001010011010010000101100001110100000110000111001110001111110 | c29a42c3a0c39c7e |
UHC | ?B??~ | 0011111101000010001111110011111101111110 | 3f423f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)