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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 訟ワ都餞B | 1000111111010111110111001111101110110111111010010101001101000010 | 8fd7dcfbb7e95342 |
EUC-JP | 訟ワ?餞B | 1011111011011001100011101101110000111111111100011011010001000010 | bed98edc3ff1b442 |
UTF-8 | 訟ワ都餞B | 11101000101010001001111111101111101111101001110011101111101010001010011011101001101001001001111001000010 | e8a89fefbe9cefa8a6e9a49e42 |
UHC | 訟??餞B | 11100001111010000011111100111111111011111011011001000010 | e1e83f3fefb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)