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 | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
SJIS-WIN | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
EUC-JP | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
UTF-8 | 청Z횑챌횈짱 | 11101100101100101010110101011010111011011001101010010001111011001011000110001100111011011001101010001000111011001010011110110001 | ecb2ad5aed9a91ecb18ced9a88eca7b1 |
UHC | 청Z횑챌횈짱 | 1100001110111011010110101100001110001100110000111010011111000011100001101100001010101111 | c3bb5ac38cc3a7c386c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)