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 | 錺碁燭 | 111010000100010010001100111010011001000001000011 | e8448ce99043 |
EUC-JP | 錺碁燭 | 111011111010010110111000111010111011111110100100 | efa5b8ebbfa4 |
UTF-8 | 錺碁燭 | 111010011000110010111010111001111010001010000001111001111000011110101101 | e98cbae7a281e787ad |
UHC | ?碁燭 | 0011111111010001101100111111010110110111 | 3fd1b3f5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)