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 | 銓苓ェ悟 | 11100111111100101001011111101000101010101000110011100101 | e7f297e8aa8ce5 |
EUC-JP | 銓苓ェ悟 | 1110111011110100110011101110101010001110101010101011100011100111 | eef4ceea8eaab8e7 |
UTF-8 | 銓苓ェ悟 | 111010011000101010010011111010001000101110010011111011111011110110101010111001101000001010011111 | e98a93e88b93efbdaae6829f |
UHC | 銓??悟 | 111011111011000000111111001111111110011111110110 | efb03f3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)