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 | ??\K | 00111111001111110101110001001011 | 3f3f5c4b |
SJIS-WIN | 蟾ス\K | 1110010110110111101111010101110001001011 | e5b7bd5c4b |
EUC-JP | 蟾ス\K | 111010101011100110001110101111010101110001001011 | eab98ebd5c4b |
UTF-8 | 蟾ス\K | 1110100010011111101111101110111110111101101111010101110001001011 | e89fbeefbdbd5c4b |
UHC | 蟾?\K | 1110000011101010001111110101110001001011 | e0ea3f5c4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)