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 | 裨鈴ュ | 1110010111101001100101111110100110101101 | e5e997e9ad |
EUC-JP | 裨鈴ュ | 111010101110101111001110111010111000111010101101 | eaebceeb8ead |
UTF-8 | 裨鈴ュ | 111010001010001110101000111010011000100010110100111011111011110110101101 | e8a3a8e988b4efbdad |
UHC | 裨鈴? | 1101111010100101110101101100001000111111 | dea5d6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)