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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褞灘イャ | 111001011111000010010011111001011011001010101100 | e5f093e5b2ac |
EUC-JP | 褞灘イャ | 1110101011110010110001101110011110001110101100101000111010101100 | eaf2c6e78eb28eac |
UTF-8 | 褞灘イャ | 111010001010010010011110111001111000000110011000111011111011110110110010111011111011110110101100 | e8a49ee78198efbdb2efbdac |
UHC | ?灘?? | 0011111111110111101010000011111100111111 | 3ff7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)