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 | 張?鷹?箏? | 100100101010001100111111100100011110100100111111111000101011010100111111 | 92a33f91e93fe2b53f |
EUC-JP | 張?鷹?箏? | 110001001010010100111111110000101110101100111111111001001011011100111111 | c4a53fc2eb3fe4b73f |
UTF-8 | 張렜鷹렓箏렠 | 111001011011110010110101111010111010000010011100111010011011011110111001111010111010000010010011111001111010111010001111111010111010000010100000 | e5bcb5eba09ce9b7b9eba093e7ae8feba0a0 |
UHC | 張렜鷹렓箏렠 | 111011011110010110001110101011101110101111101101100011101010100011101110101101001000111010110001 | ede58eaeebed8ea8eeb48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)