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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓苓ヲ模 | 11100111111100101001011111101000101001101001011011001101 | e7f297e8a696cd |
EUC-JP | 銓苓ヲ模 | 1110111011110100110011101110101010001110101001101100110011001111 | eef4ceea8ea6cccf |
UTF-8 | 銓苓ヲ模 | 111010011000101010010011111010001000101110010011111011111011110110100110111001101010100010100001 | e98a93e88b93efbda6e6a8a1 |
UHC | 銓??模 | 111011111011000000111111001111111101100110111100 | efb03f3fd9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)