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 | 畤蛛羃 | 111000010101111011100101100000011110001110110000 | e15ee581e3b0 |
EUC-JP | 畤蛛羃 | 111000011011111111101001111000011110011010110010 | e1bfe9e1e6b2 |
UTF-8 | 畤蛛羃 | 111001111001010110100100111010001001101110011011111001111011111010000011 | e795a4e89b9be7be83 |
UHC | ?蛛? | 00111111111100011100100000111111 | 3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)