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 | 潁??亥 | 100111111111000100111111001111111000100011100101 | 9ff13f3f88e5 |
EUC-JP | 潁??亥 | 110111101111001100111111001111111011000011100111 | def33f3fb0e7 |
UTF-8 | 潁뺢여亥 | 111001101011110110000001111010111011101010100010111011001001011110101100111001001011101010100101 | e6bd81ebbaa2ec97ace4baa5 |
UHC | 潁뺢여亥 | 1110011110111000100101011110101010111111101010011111101010100100 | e7b895eabfa9faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)