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 | 跛顔丶 | 111001101110101010001010111001111001100010100100 | e6ea8ae798a4 |
EUC-JP | 跛顔丶 | 111011001110110010110100111010011101000010100110 | ececb4e9d0a6 |
UTF-8 | 跛顔丶 | 111010001011011110011011111010011010000110010100111001001011100010110110 | e8b79be9a194e4b8b6 |
UHC | 跛顔? | 1111011111110101111001001101010000111111 | f7f5e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)