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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 石若??石 | 1001000011001110100011101110000100111111001111111001000011001110 | 90ce8ee13f3f90ce |
EUC-JP | 石若??石 | 1100000011010000101111001110001100111111001111111100000011010000 | c0d0bce33f3fc0d0 |
UTF-8 | 石若잱섍石 | 111001111001111110110011111010001000101110100101111011001001111010110001111011001000010010001101111001111001111110110011 | e79fb3e88ba5ec9eb1ec848de79fb3 |
UHC | 石若잱섍石 | 11100000101101001110010110110100100111111111100110011000111010101110000010110100 | e0b4e5b49ff998eae0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)