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 | 調峯? | 1001001010110010100101011111010100111111 | 92b295f53f |
EUC-JP | 調峯? | 1100010010110100110010101111011100111111 | c4b4caf73f |
UTF-8 | 調峯깃 | 111010001010101010111111111001011011001110101111111010101011100110000011 | e8aabfe5b3afeab983 |
UHC | 調峯깃 | 111100001110000011011100111001111011000111101010 | f0e0dce7b1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)