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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?譴逞碑 | 00111111111001101010001011100111100101111001010011101000 | 3fe6a2e79794e8 |
EUC-JP | 淎譴逞碑 | 100011111100011111011000111011001010010011101101111101111100100011101010 | 8fc7d8eca4edf7c8ea |
UTF-8 | 淎譴逞碑 | 111001101011011110001110111010001010110110110100111010011000000010011110111001111010001010010001 | e6b78ee8adb4e9809ee7a291 |
UHC | ?譴逞碑 | 00111111110011001011100111010110110000011101110111111000 | 3fccb9d6c1ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)