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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謐尖坩 | 111001101000110110010000111010111001101010101110 | e68d90eb9aae |
EUC-JP | 謐尖坩 | 111010111110110111000000111011011101010010110000 | ebedc0edd4b0 |
UTF-8 | 謐尖坩 | 111010001010110010010000111001011011000010010110111001011001110110101001 | e8ac90e5b096e59da9 |
UHC | 謐尖? | 1101101011001101111101001101001100111111 | dacdf4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)