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 | 蛛畤蛛畤 | 1110010110000001111000010101111011100101100000011110000101011110 | e581e15ee581e15e |
EUC-JP | 蛛畤蛛畤 | 1110100111100001111000011011111111101001111000011110000110111111 | e9e1e1bfe9e1e1bf |
UTF-8 | 蛛畤蛛畤 | 111010001001101110011011111001111001010110100100111010001001101110011011111001111001010110100100 | e89b9be795a4e89b9be795a4 |
UHC | 蛛?蛛? | 111100011100100000111111111100011100100000111111 | f1c83ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)