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 | 章サニ | 10001111110011011011101111000110 | 8fcdbbc6 |
EUC-JP | 章サニ | 101111101100111110001110101110111000111011000110 | becf8ebb8ec6 |
UTF-8 | 章サニ | 111001111010101110100000111011111011110110111011111011111011111010000110 | e7aba0efbdbbefbe86 |
UHC | 章?? | 11101101111100010011111100111111 | edf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)