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 | 釋糯盞 | 111001111101011111100010111101111110000110110101 | e7d7e2f7e1b5 |
EUC-JP | 釋糯盞 | 111011101101100111100100111110011110001010110111 | eed9e4f9e2b7 |
UTF-8 | 釋糯盞 | 111010011000011110001011111001111011001110101111111001111001101110011110 | e9878be7b3afe79b9e |
UHC | 釋?盞 | 1110000010110111001111111110110111010011 | e0b73fedd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)