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 | 薰ュ豎殖 | 11111011100111101010110111100110101100011001000001000010 | fb9eade6b19042 |
EUC-JP | ?ュ豎殖 | 00111111100011101010110111101100101100111011111110100011 | 3f8eadecb3bfa3 |
UTF-8 | 薰ュ豎殖 | 111010001001011010110000111011111011110110101101111010001011000110001110111001101010111010010110 | e896b0efbdade8b18ee6ae96 |
UHC | 薰??殖 | 111111011011100100111111001111111110001111010110 | fdb93f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)