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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 症澈ア | 1000111111000111111110110100101110110001 | 8fc7fb4bb1 |
EUC-JP | 症澈ア | 10111110110010011000111111001000111001011000111010110001 | bec98fc8e58eb1 |
UTF-8 | 症澈ア | 111001111001011110000111111001101011111010001000111011111011110110110001 | e79787e6be88efbdb1 |
UHC | 症澈? | 1111000111111000111101001100110100111111 | f1f8f4cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)