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? | 00111111001111110110011100111111 | 3f3f673f |
SJIS-WIN | 質g霑 | 11110000110000001000111010111111011001111110100010111111 | f0c08ebf67e8bf |
EUC-JP | ?質g霑 | 001111111011110011000001011001111111000011000001 | 3fbcc167f0c1 |
UTF-8 | 質g霑 | 11101110100000011011111111101000101100111010101001100111111010011001110010010001 | ee81bfe8b3aa67e99c91 |
UHC | ?質g霑 | 001111111111001011110101011001111110111111000101 | 3ff2f567efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)