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 | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
SJIS-WIN | 弔?芸?源?f | 10010010101000100011111110001100011111000011111110001100101110010011111101100110 | 92a23f8c7c3f8cb93f66 |
EUC-JP | 弔?芸?源?f | 11000100101001000011111110110111110111010011111110111000101110110011111101100110 | c4a43fb7dd3fb8bb3f66 |
UTF-8 | 弔렲芸렑源렰f | 11100101101111001001010011101011101000001011001011101000100010101011100011101011101000001001000111100110101110101001000011101011101000001011000001100110 | e5bc94eba0b2e88ab8eba091e6ba90eba0b066 |
UHC | 弔렲芸렑源렰f | 11110000110000001000111010111111111010011111110110001110101001101110101010111001100011101011110101100110 | f0c08ebfe9fd8ea6eab98ebd66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)