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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誾レ鞏 | 1111101110100111110110101110100011011101 | fba7dae8dd |
EUC-JP | 誾レ鞏 | 10001111110111101010010010001110110110101111000011011111 | 8fdea48edaf0df |
UTF-8 | 誾レ鞏 | 111010001010101010111110111011111011111010011010111010011001111010001111 | e8aabeefbe9ae99e8f |
UHC | 誾?鞏 | 1110101111011101001111111100110111111001 | ebdd3fcdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)