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^ | 11100010011000101110100111101110010101110100010011100010011000101110100111101110010101110100010001011110 | e262e9ee5744e262e9ee57445e |
EUC-JP | 稈鴃WD稈鴃WD^ | 11100011110000111111001011110000010101110100010011100011110000111111001011110000010101110100010001011110 | e3c3f2f05744e3c3f2f057445e |
UTF-8 | 稈鴃WD稈鴃WD^ | 1110011110101000100010001110100110110100100000110101011101000100111001111010100010001000111010011011010010000011010101110100010001011110 | e7a888e9b4835744e7a888e9b48357445e |
UHC | 稈?WD稈?WD^ | 1100101011011001001111110101011101000100110010101101100100111111010101110100010001011110 | cad93f5744cad93f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)