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 | 銖占挙釵 | 1110011111110001100100001110100010001011100100111110011111011110 | e7f190e88b93e7de |
EUC-JP | 銖占挙釵 | 1110111011110011110000001110101010110101111100111110111011100000 | eef3c0eab5f3eee0 |
UTF-8 | 銖占挙釵 | 111010011000101010010110111001011000110110100000111001101000110010011001111010011000011110110101 | e98a96e58da0e68c99e987b5 |
UHC | 銖占?釵 | 11100010110001111110111110111111001111111111001111111011 | e2c7efbf3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)