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 | 疾釈セソ濵 | 1000111010111110100011101101111110111110101111111111101101001101 | 8ebe8edfbebffb4d |
EUC-JP | 疾釈セソ濵 | 1011110011000000101111001110000110001110101111101000111010111111100011111100100110100110 | bcc0bce18ebe8ebf8fc9a6 |
UTF-8 | 疾釈セソ濵 | 111001111001011010111110111010011000011110001000111011111011110110111110111011111011110110111111111001101011111110110101 | e796bee98788efbdbeefbdbfe6bfb5 |
UHC | 疾???? | 111100101111000000111111001111110011111100111111 | f2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)