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 | 曜??獰 | 100101110110101000111111001111111110000011010110 | 976a3f3fe0d6 |
EUC-JP | 曜??獰 | 110011011100101100111111001111111110000011011000 | cdcb3f3fe0d8 |
UTF-8 | 曜띺썎獰 | 111001101001101110011100111010111001110110111010111011001000110110001110111001111000110110110000 | e69b9ceb9dbaec8d8ee78db0 |
UHC | 曜띺썎獰 | 1110100011111000100011011110100110011011100000011110011110111110 | e8f88de99b81e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)