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??[D^ | 001111110011111101011011010001000011111100111111010110110100010001011110 | 3f3f5b443f3f5b445e |
SJIS-WIN | 痔[D痔[D^ | 11110010101100011000111010100100010110110100010011110010101100011000111010100100010110110100010001011110 | f2b18ea45b44f2b18ea45b445e |
EUC-JP | ?痔[D?痔[D^ | 0011111110111100101001100101101101000100001111111011110010100110010110110100010001011110 | 3fbca65b443fbca65b445e |
UTF-8 | 痔[D痔[D^ | 1110111010000111101010001110011110010111100101000101101101000100111011101000011110101000111001111001011110010100010110110100010001011110 | ee87a8e797945b44ee87a8e797945b445e |
UHC | ?痔[D?痔[D^ | 0011111111110110110000000101101101000100001111111111011011000000010110110100010001011110 | 3ff6c05b443ff6c05b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)