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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 煇イ鮑タv | 11111011010101111011001011101001101110001100000001110110 | fb57b2e9b8c076 |
EUC-JP | 煇イ鮑タv | 10001111110010011111010110001110101100101111001010111010100011101100000001110110 | 8fc9f58eb2f2ba8ec076 |
UTF-8 | 煇イ鮑タv | 11100111100001011000011111101111101111011011001011101001101011101001000111101111101111101000000001110110 | e78587efbdb2e9ae91efbe8076 |
UHC | 煇?鮑?v | 11111101110010000011111111111000111010100011111101110110 | fdc83ff8ea3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)