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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褥鷺。壱、 | 1110010111110001100011011110101110100001100010001110101110100100 | e5f18deba188eba4 |
EUC-JP | 褥鷺。壱、 | 11101010111100111011101011101101100011101010000110110000111011011000111010100100 | eaf3baed8ea1b0ed8ea4 |
UTF-8 | 褥鷺。壱、 | 111010001010010010100101111010011011011110111010111011111011110110100001111001011010001110110001111011111011110110100100 | e8a4a5e9b7baefbda1e5a3b1efbda4 |
UHC | 褥鷺??? | 11101001101100111101011011011100001111110011111100111111 | e9b3d6dc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)