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 | 張??張 | 100100101010001100111111001111111001001010100011 | 92a33f3f92a3 |
EUC-JP | 張??張 | 110001001010010100111111001111111100010010100101 | c4a53f3fc4a5 |
UTF-8 | 張등뱾張 | 111001011011110010110101111010111001001110110001111010111011000110111110111001011011110010110101 | e5bcb5eb93b1ebb1bee5bcb5 |
UHC | 張등뱾張 | 1110110111100101101101011110111010010011101001001110110111100101 | ede5b5ee93a4ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)