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 | åäè}] | 1110010111100100111010000111110101011101 | e5e4e87d5d |
SJIS-WIN | ???}] | 0011111100111111001111110111110101011101 | 3f3f3f7d5d |
EUC-JP | åäè}] | 1000111110101011101010011000111110101011101000111000111110101011101100100111110101011101 | 8faba98faba38fabb27d5d |
UTF-8 | åäè}] | 1100001110100101110000111010010011000011101010000111110101011101 | c3a5c3a4c3a87d5d |
UHC | ???}] | 0011111100111111001111110111110101011101 | 3f3f3f7d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)