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 | リハフ、 | 110110001100101011001100101001001111010011011111 | d8cacca4f4df |
EUC-JP | リハフ、? | 100011101101100010001110110010101000111011001100100011101010010000111111 | 8ed88eca8ecc8ea43f |
UTF-8 | リハフ、 | 111011111011111010011000111011111011111010001010111011111011111010001100111011111011110110100100111011101000111010001110 | efbe98efbe8aefbe8cefbda4ee8e8e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)