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 | 釵ウ逑 | 1110011111011110101100111110011110010011 | e7deb3e793 |
EUC-JP | 釵ウ逑 | 111011101110000010001110101100111110110111110011 | eee08eb3edf3 |
UTF-8 | 釵ウ逑 | 111010011000011110110101111011111011110110110011111010011000000010010001 | e987b5efbdb3e98091 |
UHC | 釵?逑 | 1111001111111011001111111100111111000111 | f3fb3fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)