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 | 竺上ェ | 1000111010110001100011111110001110101010 | 8eb18fe3aa |
EUC-JP | 竺上ェ | 101111001011001110111110111001011000111010101010 | bcb3bee58eaa |
UTF-8 | 竺上ェ | 111001111010101110111010111001001011100010001010111011111011110110101010 | e7abbae4b88aefbdaa |
UHC | 竺上? | 1111010111100111110111111011111000111111 | f5e7dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)