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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驍ッ髷倅シッ | 111010011000001010101111111010011001111010011000111001001011110010101111 | e982afe99e98e4bcaf |
EUC-JP | 驍ッ髷倅シッ | 111100011110001010001110101011111111000111111110110100001110011010001110101111001000111010101111 | f1e28eaff1fed0e68ebc8eaf |
UTF-8 | 驍ッ髷倅シッ | 111010011010100110001101111011111011110110101111111010011010101110110111111001011000000010000101111011111011110110111100111011111011110110101111 | e9a98defbdafe9abb7e58085efbdbcefbdaf |
UHC | 驍????? | 11111101101001000011111100111111001111110011111100111111 | fda43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)