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 | ??????ZQ] | 001111110011111100111111001111110011111100111111010110100101000101011101 | 3f3f3f3f3f3f5a515d |
SJIS-WIN | ??????ZQ] | 001111110011111100111111001111110011111100111111010110100101000101011101 | 3f3f3f3f3f3f5a515d |
EUC-JP | ??????ZQ] | 001111110011111100111111001111110011111100111111010110100101000101011101 | 3f3f3f3f3f3f5a515d |
UTF-8 | 셔샹셍렯렽섄ZQ] | 111011001000010110010100111011001000001110111001111011001000010110001101111010111010000010101111111010111010000010111101111011001000010010000100010110100101000101011101 | ec8594ec83b9ec858deba0afeba0bdec84845a515d |
UHC | 셔샹셍렯렽섄ZQ] | 101111001100010110111100101001111011110011000100100011101011110010001110110001011011110010101001010110100101000101011101 | bcc5bca7bcc48ebc8ec5bca95a515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)