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^ | 1110001010110101111101101110001001000100111000101011010111110110111000100100010001011110 | e2b5f6e244e2b5f6e2445e |
EUC-JP | 箏?D箏?D^ | 111001001011011100111111010001001110010010110111001111110100010001011110 | e4b73f44e4b73f445e |
UTF-8 | 箏D箏D^ | 111001111010111010001111111011101001010010001001010001001110011110101110100011111110111010010100100010010100010001011110 | e7ae8fee948944e7ae8fee9489445e |
UHC | 箏?D箏?D^ | 111011101011010000111111010001001110111010110100001111110100010001011110 | eeb43f44eeb43f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)