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 | åêí¼âç | 1110010111101010100001111110110110001110101111001110001011100111 | e5ea87ed8ebce2e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åê?í??âç | 100011111010101110101001100011111010101110110100001111111000111110101011101111110011111100111111100011111010101110100100100011111010101110101110 | 8faba98fabb43f8fabbf3f3f8faba48fabae |
UTF-8 | åêí¼âç | 11000011101001011100001110101010110000101000011111000011101011011100001010001110110000101011110011000011101000101100001110100111 | c3a5c3aac287c3adc28ec2bcc3a2c3a7 |
UHC | ?????¼?? | 001111110011111100111111001111110011111110101000111110010011111100111111 | 3f3f3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)