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 | çßæËÞ¢ | 111001111101111111100110110010111101111010100010 | e7dfe6cbdea2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | çßæËÞ¢ | 1000111110101011101011101000111110101001110011101000111110101001110000011000111110101010101100111000111110101001101100001010000111110001 | 8fabae8fa9ce8fa9c18faab38fa9b0a1f1 |
UTF-8 | çßæËÞ¢ | 110000111010011111000011100111111100001110100110110000111000101111000011100111101100001010100010 | c3a7c39fc3a6c38bc39ec2a2 |
UHC | ?ßæ?Þ? | 001111111010100110101100101010011010000100111111101010001010110100111111 | 3fa9aca9a13fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)