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 | 盖゚ユ盞 | 111000011011001111011111110101011110000110110101 | e1b3dfd5e1b5 |
EUC-JP | 盖゚ユ盞 | 1110001010110101100011101101111110001110110101011110001010110111 | e2b58edf8ed5e2b7 |
UTF-8 | 盖゚ユ盞 | 111001111001101110010110111011111011111010011111111011111011111010010101111001111001101110011110 | e79b96efbe9fefbe95e79b9e |
UHC | 盖??盞 | 110010111100110000111111001111111110110111010011 | cbcc3f3fedd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)