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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 涌瞎唸D | 10010111010011111110000111010000100110100101100001000100 | 974fe1d09a5844 |
EUC-JP | 涌瞎唸D | 11001101101100001110001011010010110100111011100101000100 | cdb0e2d2d3b944 |
UTF-8 | 涌瞎唸D | 11100110101101101000110011100111100111101000111011100101100101001011100001000100 | e6b68ce79e8ee594b844 |
UHC | 涌??D | 1110100110111111001111110011111101000100 | e9bf3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)