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 | 100110110111011110010110 | 9b7796 |
SJIS-WIN | ?w? | 001111110111011100111111 | 3f773f |
EUC-JP | ?w? | 001111110111011100111111 | 3f773f |
UTF-8 | w | 1100001010011011011101111100001010010110 | c29b77c296 |
UHC | ?w? | 001111110111011100111111 | 3f773f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)