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 | è½Þµ | 1110100010111101100011111101111010110101 | e8bd8fdeb5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??Þ? | 100011111010101110110010001111110011111110001111101010011011000000111111 | 8fabb23f3f8fa9b03f |
UTF-8 | è½Þµ | 11000011101010001100001010111101110000101000111111000011100111101100001010110101 | c3a8c2bdc28fc39ec2b5 |
UHC | ?½?Þ? | 00111111101010001111011000111111101010001010110100111111 | 3fa8f63fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)