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 | 100110111000110010001011011101111000001010101101 | 9b8c8b7782ad |
SJIS-WIN | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
EUC-JP | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
UTF-8 | w | 1100001010011011110000101000110011000010100010110111011111000010100000101100001010101101 | c29bc28cc28b77c282c2ad |
UHC | ???w? | 00111111001111110011111101110111001111111010000110101001 | 3f3f3f773fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)