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 | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-WIN | 赳ュF銓 | 111001101110000010101101010001101110011111110010 | e6e0ad46e7f2 |
EUC-JP | 赳ュF銓 | 11101100111000101000111010101101010001101110111011110100 | ece28ead46eef4 |
UTF-8 | 赳ュF銓 | 11101000101101011011001111101111101111011010110101000110111010011000101010010011 | e8b5b3efbdad46e98a93 |
UHC | 赳?F銓 | 110100001010111100111111010001101110111110110000 | d0af3f46efb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)