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 | ë߯¬Ëá^ | 11101011110111111100011010101100110010111110000101011110 | ebdfc6accbe15e |
SJIS-WIN | ???¬??^ | 0011111100111111001111111000000111001010001111110011111101011110 | 3f3f3f81ca3f3f5e |
EUC-JP | ë߯¬Ëá^ | 100011111010101110110011100011111010100111001110100011111010100110100001101000101100110010001111101010101011001110001111101010111010000101011110 | 8fabb38fa9ce8fa9a1a2cc8faab38faba15e |
UTF-8 | ë߯¬Ëá^ | 11000011101010111100001110011111110000111000011011000010101011001100001110001011110000111010000101011110 | c3abc39fc386c2acc38bc3a15e |
UHC | ?߯???^ | 001111111010100110101100101010001010000100111111001111110011111101011110 | 3fa9aca8a13f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)