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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 張??張ζ? | 100100101010001100111111001111111001001010100011100000111100010000111111 | 92a33f3f92a383c43f |
EUC-JP | 張??張ζ? | 110001001010010100111111001111111100010010100101101001101100011000111111 | c4a53f3fc4a5a6c63f |
UTF-8 | 張싮쎁張ζ굢 | 1110010110111100101101011110110010001011101011101110110010001110100000011110010110111100101101011100111010110110111010101011010110100010 | e5bcb5ec8baeec8e81e5bcb5ceb6eab5a2 |
UHC | 張싮쎁張ζ굢 | 111011011110010110011010111010011001101110101011111011011110010110100101111001101000001010001001 | ede59ae99babede5a5e68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)