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 | 昇錚 | 1000111110111000111110001101010011110000101000101110100001000010 | 8fb8f8d4f0a2e842 |
EUC-JP | 昇??錚 | 101111101011101000111111001111111110111110100011 | beba3f3fefa3 |
UTF-8 | 昇錚 | 111001101001100010000111111011101001100110110011111011101000000110100001111010011000110010011010 | e69887ee99b3ee81a1e98c9a |
UHC | 昇??錚 | 111000111011000000111111001111111110111010110110 | e3b03f3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)