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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 逑キD逑キD^ | 111001111001001110110111010001001110011110010011101101110100010001011110 | e793b744e793b7445e |
EUC-JP | 逑キD逑キD^ | 1110110111110011100011101011011101000100111011011111001110001110101101110100010001011110 | edf38eb744edf38eb7445e |
UTF-8 | 逑キD逑キD^ | 111010011000000010010001111011111011110110110111010001001110100110000000100100011110111110111101101101110100010001011110 | e98091efbdb744e98091efbdb7445e |
UHC | 逑?D逑?D^ | 110011111100011100111111010001001100111111000111001111110100010001011110 | cfc73f44cfc73f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)