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 | コ獸チ | 10111010111000001101011111000001 | bae0d7c1 |
EUC-JP | コ獸チ | 100011101011101011100000110110011000111011000001 | 8ebae0d98ec1 |
UTF-8 | コ獸チ | 111011111011110110111010111001111000110110111000111011111011111010000001 | efbdbae78db8efbe81 |
UHC | ?獸? | 00111111111000101010111000111111 | 3fe2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)