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 | 珎 | 111100101110001111100000110111011111001010110100 | f2e3e0ddf2b4 |
EUC-JP | ?珎? | 00111111111000001101111100111111 | 3fe0df3f |
UTF-8 | 珎 | 111011101000100010011010111001111000111110001110111011101000011110101011 | ee889ae78f8eee87ab |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)