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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | レエDレエD^ | 1101101010110100111100101110110001000100110110101011010011110010111011000100010001011110 | dab4f2ec44dab4f2ec445e |
EUC-JP | レエ?Dレエ?D^ | 10001110110110101000111010110100001111110100010010001110110110101000111010110100001111110100010001011110 | 8eda8eb43f448eda8eb43f445e |
UTF-8 | レエDレエD^ | 111011111011111010011010111011111011110110110100111011101000100010100011010001001110111110111110100110101110111110111101101101001110111010001000101000110100010001011110 | efbe9aefbdb4ee88a344efbe9aefbdb4ee88a3445e |
UHC | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)