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 | ???nSB | 001111110011111100111111011011100101001101000010 | 3f3f3f6e5342 |
SJIS-WIN | 訷夭枕nSB | 111110111010010010011010111011101001011010001101011011100101001101000010 | fba49aee968d6e5342 |
EUC-JP | 訷夭枕nSB | 10001111110111011101010011010100111100001100101111101101011011100101001101000010 | 8fddd4d4f0cbed6e5342 |
UTF-8 | 訷夭枕nSB | 111010001010100010110111111001011010010010101101111001101001111010010101011011100101001101000010 | e8a8b7e5a4ade69e956e5342 |
UHC | ?夭枕nSB | 0011111111101000111011001111011011010111011011100101001101000010 | 3fe8ecf6d76e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)