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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 嶽??P | 1001101111010100001111110011111101010000 | 9bd43f3f50 |
EUC-JP | 嶽??P | 1101011011010110001111110011111101010000 | d6d63f3f50 |
UTF-8 | 嶽롍렩P | 11100101101101101011110111101011101000011000110111101011101000001010100101010000 | e5b6bdeba18deba0a950 |
UHC | 嶽롍렩P | 11100100110000001000111011010011100011101011011101010000 | e4c08ed38eb750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)