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 | 嚴??淹?? | 1001101010001110001111110011111110011111101110010011111100111111 | 9a8e3f3f9fb93f3f |
EUC-JP | 嚴??淹?? | 1101001111101110001111110011111111011110101110110011111100111111 | d3ee3f3fdebb3f3f |
UTF-8 | 嚴띿뀍淹잙젫 | 111001011001101010110100111010111001110110111111111010111000000010001101111001101011011110111001111011001001111010011001111011001010000010101011 | e59ab4eb9dbfeb808de6b7b9ec9e99eca0ab |
UHC | 嚴띿뀍淹잙젫 | 111001011111000110001101111011001000010110001000111001011111010010011111111010111010000010100011 | e5f18dec8588e5f49feba0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)