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 | 鞜貞絢鞜 | 1110100011011111100100101110010110001000101110101110100011011111 | e8df92e588bae8df |
EUC-JP | 鞜貞絢鞜 | 1111000011100001110001001110011110110000101111001111000011100001 | f0e1c4e7b0bcf0e1 |
UTF-8 | 鞜貞絢鞜 | 111010011001111010011100111010001011001010011110111001111011010110100010111010011001111010011100 | e99e9ce8b29ee7b5a2e99e9c |
UHC | ?貞絢? | 001111111110111111110110111110101110001000111111 | 3feff6fae23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)