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 | 昭モ症 | 1000111110111010110100111000111111000111 | 8fbad38fc7 |
EUC-JP | 昭モ症 | 101111101011110010001110110100111011111011001001 | bebc8ed3bec9 |
UTF-8 | 昭モ症 | 111001101001100010101101111011111011111010010011111001111001011110000111 | e698adefbe93e79787 |
UHC | 昭?症 | 1110000110111001001111111111000111111000 | e1b93ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)