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 | 張?姐?張? | 100100101010001100111111100010001011011100111111100100101010001100111111 | 92a33f88b73f92a33f |
EUC-JP | 張?姐?張? | 110001001010010100111111101100001011100100111111110001001010010100111111 | c4a53fb0b93fc4a53f |
UTF-8 | 張렰姐렫張렰 | 111001011011110010110101111010111010000010110000111001011010011110010000111010111010000010101011111001011011110010110101111010111010000010110000 | e5bcb5eba0b0e5a790eba0abe5bcb5eba0b0 |
UHC | 張렰姐렫張렰 | 111011011110010110001110101111011110111010111011100011101011100111101101111001011000111010111101 | ede58ebdeebb8eb9ede58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)