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 | 10011111111101110011111111100101010101010011111101110110 | 9ff73fe5553f76 |
EUC-JP | 漿?藏?v | 11011110111110010011111111101001101101100011111101110110 | def93fe9b63f76 |
UTF-8 | 漿렱藏렟v | 11100110101111001011111111101011101000001011000111101000100101111000111111101011101000001001111101110110 | e6bcbfeba0b1e8978feba09f76 |
UHC | 漿렱藏렟v | 111011011110110010001110101111101110110111111010100011101011000001110110 | edec8ebeedfa8eb076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)