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 | è¼Èí«¢ | 1110100010111100110010001110110110001110101010111000111010100010 | e8bcc8ed8eab8ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | è?Èí???¢ | 100011111010101110110010001111111000111110101010101100101000111110101011101111110011111100111111001111111010000111110001 | 8fabb23f8faab28fabbf3f3f3fa1f1 |
UTF-8 | è¼Èí«¢ | 11000011101010001100001010111100110000111000100011000011101011011100001010001110110000101010101111000010100011101100001010100010 | c3a8c2bcc388c3adc28ec2abc28ec2a2 |
UHC | ?¼?????? | 001111111010100011111001001111110011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)