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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 揖皋菻Q] | 1001011101001011111000011010011011100100110100000101000101011101 | 974be1a6e4d0515d |
EUC-JP | 揖皋菻Q] | 1100110110101100111000101010100011101000110100100101000101011101 | cdace2a8e8d2515d |
UTF-8 | 揖皋菻Q] | 1110011010001111100101101110011110011010100010111110100010001111101110110101000101011101 | e68f96e79a8be88fbb515d |
UHC | 揖??Q] | 111010111110011100111111001111110101000101011101 | ebe73f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)