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 | ÛýÞ¢^ | 1101101111111101110111101010001001011110 | dbfddea25e |
SJIS-WIN | ???¢^ | 001111110011111100111111100000011001000101011110 | 3f3f3f81915e |
EUC-JP | ÛýÞ¢^ | 100011111010101011100101100011111010101111110010100011111010100110110000101000011111000101011110 | 8faae58fabf28fa9b0a1f15e |
UTF-8 | ÛýÞ¢^ | 110000111001101111000011101111011100001110011110110000101010001001011110 | c39bc3bdc39ec2a25e |
UHC | ??Þ?^ | 001111110011111110101000101011010011111101011110 | 3f3fa8ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)