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 | 銓碑辧 | 111001111111001010010100111010001001100110011111 | e7f294e8999f |
EUC-JP | 銓碑辧 | 111011101111010011001000111010101101001010100001 | eef4c8ead2a1 |
UTF-8 | 銓碑辧 | 111010011000101010010011111001111010001010010001111010001011111010100111 | e98a93e7a291e8bea7 |
UHC | 銓碑? | 1110111110110000110111011111100000111111 | efb0ddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)