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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質灼セウ | 100011101011111110001110110111001011111010110011 | 8ebf8edcbeb3 |
EUC-JP | 質灼セウ | 1011110011000001101111001101111010001110101111101000111010110011 | bcc1bcde8ebe8eb3 |
UTF-8 | 質灼セウ | 111010001011001110101010111001111000000110111100111011111011110110111110111011111011110110110011 | e8b3aae781bcefbdbeefbdb3 |
UHC | 質灼?? | 111100101111010111101101110001110011111100111111 | f2f5edc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)