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 | 薰ォ驟梧浙 | 111110111001111010101011111010011000010110001100111001101001111110110100 | fb9eabe9858ce69fb4 |
EUC-JP | ?ォ驟梧浙 | 001111111000111010101011111100011110010110111000111010001101111010110110 | 3f8eabf1e5b8e8deb6 |
UTF-8 | 薰ォ驟梧浙 | 111010001001011010110000111011111011110110101011111010011010100110011111111001101010001010100111111001101011010110011001 | e896b0efbdabe9a99fe6a2a7e6b599 |
UHC | 薰?驟梧浙 | 111111011011100100111111111101101010111011100111111111001110111110111010 | fdb93ff6aee7fcefba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)