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 | 蝓滄∞ | 111001011001111110011111111010011000000110000111 | e59f9fe98187 |
EUC-JP | 蝓滄∞ | 111010101010000111011110111010111010000111100111 | eaa1deeba1e7 |
UTF-8 | 蝓滄∞ | 111010001001110110010011111001101011101110000100111000101000100010011110 | e89d93e6bb84e2889e |
UHC | ?滄∞ | 0011111111110011111001111010000111000100 | 3ff3e7a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)