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 | 營??億 | 100110100111101000111111001111111000100110101101 | 9a7a3f3f89ad |
EUC-JP | 營??億 | 110100111101101100111111001111111011001010101111 | d3db3f3fb2af |
UTF-8 | 營섌쭏億 | 111001111000011110011111111011001000010010001100111011001010110110001111111001011000010010000100 | e7879fec848cecad8fe58484 |
UHC | 營섌쭏億 | 1110011110111101100110001110100110100111100010001110010111100010 | e7bd98e9a788e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)