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 | É«¼»x | 100011111100100110101011101111001011101101111000 | 8fc9abbcbb78 |
SJIS-WIN | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
EUC-JP | ?É???x | 0011111110001111101010101011000100111111001111110011111101111000 | 3f8faab13f3f3f78 |
UTF-8 | É«¼»x | 1100001010001111110000111000100111000010101010111100001010111100110000101011101101111000 | c28fc389c2abc2bcc2bb78 |
UHC | ???¼?x | 00111111001111110011111110101000111110010011111101111000 | 3f3f3fa8f93f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)