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 | 鴆汐詔 | 111010011110111110001110101011001000111111011001 | e9ef8eac8fd9 |
EUC-JP | 鴆汐詔 | 111100101111000110111100101011101011111011011011 | f2f1bcaebedb |
UTF-8 | 鴆汐詔 | 111010011011010010000110111001101011000110010000111010001010100110010100 | e9b486e6b190e8a994 |
UHC | ?汐詔 | 0011111111100000101100011111000011011111 | 3fe0b1f0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)