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 | åé`Ä | 100111001110010111101001011000001001110011000100 | 9ce5e9609cc4 |
SJIS-WIN | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
EUC-JP | ?åé`?Ä | 001111111000111110101011101010011000111110101011101100010110000000111111100011111010101010100011 | 3f8faba98fabb1603f8faaa3 |
UTF-8 | åé`Ä | 1100001010011100110000111010010111000011101010010110000011000010100111001100001110000100 | c29cc3a5c3a960c29cc384 |
UHC | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)