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 | 。ュ。爐 | 1010000110101101101000011110000010100010 | a1ada1e0a2 |
EUC-JP | 。ュ。爐 | 1000111010100001100011101010110110001110101000011110000010100100 | 8ea18ead8ea1e0a4 |
UTF-8 | 。ュ。爐 | 111011111011110110100001111011111011110110101101111011111011110110100001111001111000100010010000 | efbda1efbdadefbda1e78890 |
UHC | ???爐 | 0011111100111111001111111101011011010011 | 3f3f3fd6d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)