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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 張??Q] | 100100101010001100111111001111110101000101011101 | 92a33f3f515d |
EUC-JP | 張??Q] | 110001001010010100111111001111110101000101011101 | c4a53f3f515d |
UTF-8 | 張섇뤀Q] | 1110010110111100101101011110110010000100100001111110101110100100100000000101000101011101 | e5bcb5ec8487eba480515d |
UHC | 張섇뤀Q] | 1110110111100101100110001110010110001111101100010101000101011101 | ede598e58fb1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)