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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 蟄ー迴」G | 11100101101011011011000011100111100011111010001101000111 | e5adb0e78fa347 |
EUC-JP | 蟄ー迴」G | 111010101010111110001110101100001110110111101111100011101010001101000111 | eaaf8eb0edef8ea347 |
UTF-8 | 蟄ー迴」G | 11101000100111111000010011101111101111011011000011101000101111111011010011101111101111011010001101000111 | e89f84efbdb0e8bfb4efbda347 |
UHC | 蟄???G | 111101101101111000111111001111110011111101000111 | f6de3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)