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 | 10011010111000110011111111100101010101010011111101110110 | 9ae33fe5553f76 |
EUC-JP | 壹?藏?v | 11010100111001010011111111101001101101100011111101110110 | d4e53fe9b63f76 |
UTF-8 | 壹렱藏렟v | 11100101101000111011100111101011101000001011000111101000100101111000111111101011101000001001111101110110 | e5a3b9eba0b1e8978feba09f76 |
UHC | 壹렱藏렟v | 111011001110110010001110101111101110110111111010100011101011000001110110 | ecec8ebeedfa8eb076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)