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 | 析昻先 | 100100001100110111111010110100001001000011100110 | 90cdfad090e6 |
EUC-JP | 析?先 | 1100000011001111001111111100000011101000 | c0cf3fc0e8 |
UTF-8 | 析昻先 | 111001101001111010010000111001101001100010111011111001011000010110001000 | e69e90e698bbe58588 |
UHC | 析昻先 | 111000001011000011100100111010011110000010111011 | e0b0e4e9e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)