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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 拔弖瘠c^ | 1001110101010101100111000101011011100001100010110110001101011110 | 9d559c56e18b635e |
EUC-JP | 拔弖瘠c^ | 1101100110110110110101111011011111100001111010110110001101011110 | d9b6d7b7e1eb635e |
UTF-8 | 拔弖瘠c^ | 1110011010001011100101001110010110111100100101101110011110011000101000000110001101011110 | e68b94e5bc96e798a0635e |
UHC | 拔?瘠c^ | 11011010111110110011111111110100101100000110001101011110 | dafb3ff4b0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)