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 | 髷」驟悟臆 | 111010011001111010100011111010011000010110001100111001011000100110110000 | e99ea3e9858ce589b0 |
EUC-JP | 髷」驟悟臆 | 11110001111111101000111010100011111100011110010110111000111001111011001010110010 | f1fe8ea3f1e5b8e7b2b2 |
UTF-8 | 髷」驟悟臆 | 111010011010101110110111111011111011110110100011111010011010100110011111111001101000001010011111111010001000011110000110 | e9abb7efbda3e9a99fe6829fe88786 |
UHC | ??驟悟臆 | 0011111100111111111101101010111011100111111101101110010111100110 | 3f3ff6aee7f6e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)