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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝸怡蝸悳^ | 111001011001011110011100011111011110010110010111100111000111101101011110 | e5979c7de5979c7b5e |
EUC-JP | 蝸怡蝸悳^ | 111010011111011111010111110111101110100111110111110101111101110001011110 | e9f7d7dee9f7d7dc5e |
UTF-8 | 蝸怡蝸悳^ | 11101000100111011011100011100110100000001010000111101000100111011011100011100110100000101011001101011110 | e89db8e680a1e89db8e682b35e |
UHC | 蝸怡蝸悳^ | 111010001100010011101100101011101110100011000100110100111110110101011110 | e8c4ecaee8c4d3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)