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 | 罌?=泣 | 11100011101000000011111110000001100000011000101110000011 | e3a03f81818b83 |
EUC-JP | 罌?=泣 | 11100110101000100011111110100001111000011011010111100011 | e6a23fa1e1b5e3 |
UTF-8 | 罌삳=泣 | 111001111011110110001100111011001000001010110011111011111011110010011101111001101011001110100011 | e7bd8cec82b3efbc9de6b3a3 |
UHC | 罌삳=泣 | 1110010110100010101110111110101110100011101111011110101111101000 | e5a2bbeba3bdebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)