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 | 鞜貞絢 | 111010001101111110010010111001011000100010111010 | e8df92e588ba |
EUC-JP | 鞜貞絢 | 111100001110000111000100111001111011000010111100 | f0e1c4e7b0bc |
UTF-8 | 鞜貞絢 | 111010011001111010011100111010001011001010011110111001111011010110100010 | e99e9ce8b29ee7b5a2 |
UHC | ?貞絢 | 0011111111101111111101101111101011100010 | 3feff6fae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)