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 | 謝治場 | 100011101101001110001110101000011000111111101010 | 8ed38ea18fea |
EUC-JP | 謝治場 | 101111001101010110111100101000111011111011101100 | bcd5bca3beec |
UTF-8 | 謝治場 | 111010001010110010011101111001101011001010111011111001011010000010110100 | e8ac9de6b2bbe5a0b4 |
UHC | 謝治場 | 110111101111001111110110101111011110110111011110 | def3f6bdedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)