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 | É¤Ü | 100010001100100110010011101001001001011011011100 | 88c993a496dc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?É?¤?Ü | 001111111000111110101010101100010011111110001111101000101111000000111111100011111010101011100100 | 3f8faab13f8fa2f03f8faae4 |
UTF-8 | É¤Ü | 110000101000100011000011100010011100001010010011110000101010010011000010100101101100001110011100 | c288c389c293c2a4c296c39c |
UHC | ???¤?? | 00111111001111110011111110100010101101000011111100111111 | 3f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)