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 | 薰ア驟御ク | 1111101110011110101100011110100110000101100011001110010010111000 | fb9eb1e9858ce4b8 |
EUC-JP | ?ア驟御ク | 001111111000111010110001111100011110010110111000111001101000111010111000 | 3f8eb1f1e5b8e68eb8 |
UTF-8 | 薰ア驟御ク | 111010001001011010110000111011111011110110110001111010011010100110011111111001011011111010100001111011111011110110111000 | e896b0efbdb1e9a99fe5bea1efbdb8 |
UHC | 薰?驟御? | 1111110110111001001111111111011010101110111001011101100100111111 | fdb93ff6aee5d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)