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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰斟ケ竚 | 11101000101011001001110111001110101110011110001010001100 | e8ac9dceb9e28c |
EUC-JP | 隰斟ケ竚 | 1111000010101110110110101101000010001110101110011110001111101100 | f0aedad08eb9e3ec |
UTF-8 | 隰斟ケ竚 | 111010011001101010110000111001101001011010011111111011111011110110111001111001111010101110011010 | e99ab0e6969fefbdb9e7ab9a |
UHC | ?斟?? | 0011111111110010111110000011111100111111 | 3ff2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)