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 | ?w? | 001111110111011100111111 | 3f773f |
SJIS-WIN | ?w? | 001111110111011100111111 | 3f773f |
EUC-JP | ?w? | 001111110111011100111111 | 3f773f |
UTF-8 | 묮w몿 | 11101011101011001010111001110111111010111010101010111111 | ebacae77ebaabf |
UHC | 묮w몿 | 1001001001000101011101111001000110100011 | 92457791a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)