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 | 驍ッ闃ス菫 | 1110100110000010101011111110100010001010101111011110010010111111 | e982afe88abde4bf |
EUC-JP | 驍ッ闃ス菫 | 11110001111000101000111010101111111011111110101010001110101111011110100011000001 | f1e28eafefea8ebde8c1 |
UTF-8 | 驍ッ闃ス菫 | 111010011010100110001101111011111011110110101111111010011001011110000011111011111011110110111101111010001000111110101011 | e9a98defbdafe99783efbdbde88fab |
UHC | 驍???菫 | 11111101101001000011111100111111001111111101000011001011 | fda43f3f3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)