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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 浯オ貉ソ蟄 | 1111101011111100101101011110011010111001101111111110010110101101 | fafcb5e6b9bfe5ad |
EUC-JP | 浯オ貉ソ蟄 | 1000111111000111110000111000111010110101111011001011101110001110101111111110101010101111 | 8fc7c38eb5ecbb8ebfeaaf |
UTF-8 | 浯オ貉ソ蟄 | 111001101011010110101111111011111011110110110101111010001011001010001001111011111011110110111111111010001001111110000100 | e6b5afefbdb5e8b289efbdbfe89f84 |
UHC | ????蟄 | 001111110011111100111111001111111111011011011110 | 3f3f3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)