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 | ?蝎℡ | 0011111111100101100110011000011110000100 | 3fe5998784 |
EUC-JP | 塼蝎? | 100011111011100010111001111010011111100100111111 | 8fb8b9e9f93f |
UTF-8 | 塼蝎℡ | 111001011010000110111100111010001001110110001110111000101000010010100001 | e5a1bce89d8ee284a1 |
UHC | 塼蝎℡ | 111011101111010011001010111010011010001011100101 | eef4cae9a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)