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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 顋ィWD顋ィWD^ | 1110100011111001101010000101011101000100111010001111100110101000010101110100010001011110 | e8f9a85744e8f9a857445e |
EUC-JP | 顋ィWD顋ィWD^ | 11110000111110111000111010101000010101110100010011110000111110111000111010101000010101110100010001011110 | f0fb8ea85744f0fb8ea857445e |
UTF-8 | 顋ィWD顋ィWD^ | 1110100110100001100010111110111110111101101010000101011101000100111010011010000110001011111011111011110110101000010101110100010001011110 | e9a18befbda85744e9a18befbda857445e |
UHC | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)