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 | ??D????zh | 001111110011111101000100001111110011111100111111001111110111101001101000 | 3f3f443f3f3f3f7a68 |
SJIS-WIN | ??D????zh | 001111110011111101000100001111110011111100111111001111110111101001101000 | 3f3f443f3f3f3f7a68 |
EUC-JP | ??D????zh | 001111110011111101000100001111110011111100111111001111110111101001101000 | 3f3f443f3f3f3f7a68 |
UTF-8 | 횄쨩D횂혦횂짝zh | 111011011001101010000100111011001010100010101001010001001110110110011010100000101110110110011000101001101110110110011010100000101110110010100111100111010111101001101000 | ed9a84eca8a944ed9a82ed98a6ed9a82eca79d7a68 |
UHC | 횄쨩D횂혦횂짝zh | 110000111000001111000010101110110100010011000011100000101100001010001110110000111000001011000010101001100111101001101000 | c383c2bb44c382c28ec382c2a67a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)