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 | 豕呵弍 | 111001101011001110011001111010001001100010101111 | e6b399e898af |
EUC-JP | 豕呵弍 | 111011001011010111010010111010101101000010110001 | ecb5d2ead0b1 |
UTF-8 | 豕呵弍 | 111010001011000110010101111001011001000110110101111001011011110010001101 | e8b195e591b5e5bc8d |
UHC | 豕呵? | 1110001111001110110010101010011100111111 | e3cecaa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)