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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 腺笠腺顎^ | 100100010100001010001010011111011001000101000010100010100111101101011110 | 91428a7d91428a7b5e |
EUC-JP | 腺笠腺顎^ | 110000011010001110110011110111101100000110100011101100111101110001011110 | c1a3b3dec1a3b3dc5e |
UTF-8 | 腺笠腺顎^ | 11101000100001011011101011100111101011001010000011101000100001011011101011101001101000011000111001011110 | e885bae7aca0e885bae9a18e5e |
UHC | 腺笠腺顎^ | 111000001100110111011000101000101110000011001101111001001100100101011110 | e0cdd8a2e0cde4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)