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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隹ソ蛻手源 | 111010001011000010111111111001011000100010001110111010001000110010111001 | e8b0bfe5888ee88cb9 |
EUC-JP | 隹ソ蛻手源 | 11110000101100101000111010111111111010011110100010111100111010101011100010111011 | f0b28ebfe9e8bceab8bb |
UTF-8 | 隹ソ蛻手源 | 111010011001101010111001111011111011110110111111111010001001101110111011111001101000100110001011111001101011101010010000 | e99ab9efbdbfe89bbbe6898be6ba90 |
UHC | ???手源 | 00111111001111110011111111100010101000101110101010111001 | 3f3f3fe2a2eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)