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 | 甕?? | 11100001010100000011111100111111 | e1503f3f |
EUC-JP | 甕?? | 11100001101100010011111100111111 | e1b13f3f |
UTF-8 | 甕곤슛 | 111001111001010010010101111010101011001110100100111011001000101010011011 | e79495eab3a4ec8a9b |
UHC | 甕곤슛 | 111010001011100010110000111011111011110110111000 | e8b8b0efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)