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 | 驍ッ諛ヲ蜈 | 1110100110000010101011111110011010000111101001101110010110000101 | e982afe687a6e585 |
EUC-JP | 驍ッ諛ヲ蜈 | 11110001111000101000111010101111111010111110011110001110101001101110100111100101 | f1e28eafebe78ea6e9e5 |
UTF-8 | 驍ッ諛ヲ蜈 | 111010011010100110001101111011111011110110101111111010001010101110011011111011111011110110100110111010001001110010001000 | e9a98defbdafe8ab9befbda6e89c88 |
UHC | 驍?諛?蜈 | 1111110110100100001111111110101110110000001111111110100010100101 | fda43febb03fe8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)