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 | 鷹??句 | 100100011110100100111111001111111000101111100101 | 91e93f3f8be5 |
EUC-JP | 鷹??句 | 110000101110101100111111001111111011011011100111 | c2eb3f3fb6e7 |
UTF-8 | 鷹꿰렚句 | 111010011011011110111001111010101011111110110000111010111010000010011010111001011000111110100101 | e9b7b9eabfb0eba09ae58fa5 |
UHC | 鷹꿰렚句 | 1110101111101101101100101110011110001110101011011100111110100011 | ebedb2e78eadcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)