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 | 調峯?迹 | 10010010101100101001010111110101001111111110011110010001 | 92b295f53fe791 |
EUC-JP | 調峯?迹 | 11000100101101001100101011110111001111111110110111110001 | c4b4caf73fedf1 |
UTF-8 | 調峯깃迹 | 111010001010101010111111111001011011001110101111111010101011100110000011111010001011111110111001 | e8aabfe5b3afeab983e8bfb9 |
UHC | 調峯깃迹 | 1111000011100000110111001110011110110001111010101110111011101001 | f0e0dce7b1eaeee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)