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 | 張ε?張 | 10010010101000111000001111000011001111111001001010100011 | 92a383c33f92a3 |
EUC-JP | 張ε?張 | 11000100101001011010011011000101001111111100010010100101 | c4a5a6c53fc4a5 |
UTF-8 | 張ε폀張 | 1110010110111100101101011100111010110101111011011000111110000000111001011011110010110101 | e5bcb5ceb5ed8f80e5bcb5 |
UHC | 張ε폀張 | 1110110111100101101001011110010110111100100011111110110111100101 | ede5a5e5bc8fede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)