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 | åS¼ä | 1110010101010011100100001000011110000001101111001110010010001111 | e553908781bce48f |
SJIS-WIN | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
EUC-JP | åS????ä? | 100011111010101110101001010100110011111100111111001111110011111110001111101010111010001100111111 | 8faba9533f3f3f3f8faba33f |
UTF-8 | åS¼ä | 110000111010010101010011110000101001000011000010100001111100001010000001110000101011110011000011101001001100001010001111 | c3a553c290c287c281c2bcc3a4c28f |
UHC | ?S???¼?? | 001111110101001100111111001111110011111110101000111110010011111100111111 | 3f533f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)