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 | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-WIN | 唸PD唸PD^ | 100110100101100001010000010001001001101001011000010100000100010001011110 | 9a5850449a5850445e |
EUC-JP | 唸PD唸PD^ | 110100111011100101010000010001001101001110111001010100000100010001011110 | d3b95044d3b950445e |
UTF-8 | 唸PD唸PD^ | 1110010110010100101110000101000001000100111001011001010010111000010100000100010001011110 | e594b85044e594b850445e |
UHC | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)