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 | 驕ュ隍専ー | 1110100110000001101011011110100010100100100100001110101010110000 | e981ade8a490eab0 |
EUC-JP | 驕ュ隍専ー | 11110001111000011000111010101101111100001010011011000000111011001000111010110000 | f1e18eadf0a6c0ec8eb0 |
UTF-8 | 驕ュ隍専ー | 111010011010100110010101111011111011110110101101111010011001101010001101111001011011000010000010111011111011110110110000 | e9a995efbdade99a8de5b082efbdb0 |
UHC | 驕?隍?? | 11001110111101100011111111111100110110110011111100111111 | cef63ffcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)