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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 維?МrB | 10001000110110110011111110000100010011010111001001000010 | 88db3f844d7242 |
EUC-JP | 維?МrB | 10110000110111010011111110100111101011100111001001000010 | b0dd3fa7ae7242 |
UTF-8 | 維쏅МrB | 11100111101101101010110111101100100011111000010111010000100111000111001001000010 | e7b6adec8f85d09c7242 |
UHC | 維쏅МrB | 1110101110101011100110111110101110101100101011100111001001000010 | ebab9bebacae7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)