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 | 諷エ辭偏 | 11100110100001011011010011100111100001101001010111001110 | e685b4e78695ce |
EUC-JP | 諷エ辭偏 | 1110101111100101100011101011010011101101111001101100101011010000 | ebe58eb4ede6cad0 |
UTF-8 | 諷エ辭偏 | 111010001010101110110111111011111011110110110100111010001011111010101101111001011000000110001111 | e8abb7efbdb4e8beade5818f |
UHC | 諷?辭偏 | 11111001101001000011111111011110111101101111100010110110 | f9a43fdef6f8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)