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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銓倅サー銓 | 1110011111110010100110001110010010111011101100001110011111110010 | e7f298e4bbb0e7f2 |
EUC-JP | 銓倅サー銓 | 11101110111101001101000011100110100011101011101110001110101100001110111011110100 | eef4d0e68ebb8eb0eef4 |
UTF-8 | 銓倅サー銓 | 111010011000101010010011111001011000000010000101111011111011110110111011111011111011110110110000111010011000101010010011 | e98a93e58085efbdbbefbdb0e98a93 |
UHC | 銓???銓 | 11101111101100000011111100111111001111111110111110110000 | efb03f3f3fefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)