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 | è鼸¾½ | 1110100011101001100011101011110010001110101110001011111010111101 | e8e98ebc8eb8bebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èé???¸?? | 1000111110101011101100101000111110101011101100010011111100111111001111111000111110100010101100010011111100111111 | 8fabb28fabb13f3f3f8fa2b13f3f |
UTF-8 | è鼸¾½ | 11000011101010001100001110101001110000101000111011000010101111001100001010001110110000101011100011000010101111101100001010111101 | c3a8c3a9c28ec2bcc28ec2b8c2bec2bd |
UHC | ???¼?¸¾½ | 001111110011111100111111101010001111100100111111101000101010110010101000111110101010100011110110 | 3f3f3fa8f93fa2aca8faa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)