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 | 譬堤崟 | 111001101010000010010010111001111001101110111110 | e6a092e79bbe |
EUC-JP | 譬堤崟 | 111011001010001011000100111010011101011011000000 | eca2c4e9d6c0 |
UTF-8 | 譬堤崟 | 111010001010110110101100111001011010000010100100111001011011010010011111 | e8adace5a0a4e5b49f |
UHC | 譬堤? | 1101111010100111111100001010011100111111 | dea7f0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)