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 | 逑ァ辭偏 | 11100111100100111010011111100111100001101001010111001110 | e793a7e78695ce |
EUC-JP | 逑ァ辭偏 | 1110110111110011100011101010011111101101111001101100101011010000 | edf38ea7ede6cad0 |
UTF-8 | 逑ァ辭偏 | 111010011000000010010001111011111011110110100111111010001011111010101101111001011000000110001111 | e98091efbda7e8beade5818f |
UHC | 逑?辭偏 | 11001111110001110011111111011110111101101111100010110110 | cfc73fdef6f8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)