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´W | 1001000110101110100100100100011110010001101101001001001001010111 | 91ae924791b49257 |
SJIS-WIN | ???G?´?W | 001111110011111100111111010001110011111110000001010011000011111101010111 | 3f3f3f473f814c3f57 |
EUC-JP | ?®?G?´?W | 0011111110001111101000101110111000111111010001110011111110100001101011010011111101010111 | 3f8fa2ee3f473fa1ad3f57 |
UTF-8 | ®G´W | 1100001010010001110000101010111011000010100100100100011111000010100100011100001010110100110000101001001001010111 | c291c2aec29247c291c2b4c29257 |
UHC | ?®?G?´?W | 00111111101000101110011100111111010001110011111110100010101001010011111101010111 | 3fa2e73f473fa2a53f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)