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 | 張孟味 | 100100101010001110010110110100001001011010100001 | 92a396d096a1 |
EUC-JP | 張孟味 | 110001001010010111001100110100101100110010100011 | c4a5ccd2cca3 |
UTF-8 | 張孟味 | 111001011011110010110101111001011010110110011111111001011001000110110011 | e5bcb5e5ad9fe591b3 |
UHC | 張孟味 | 111011011110010111011000111010111101101010101011 | ede5d8ebdaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)