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 | 陦咎。派 | 11101000101000011001100111101001101000011001010001101000 | e8a199e9a19468 |
EUC-JP | 陦咎。派 | 1111000010100011110100101110101110001110101000011100011111001001 | f0a3d2eb8ea1c7c9 |
UTF-8 | 陦咎。派 | 111010011001100110100110111001011001001010001110111011111011110110100001111001101011010010111110 | e999a6e5928eefbda1e6b4be |
UHC | ?咎?派 | 001111111100111110100100001111111111011111101111 | 3fcfa43ff7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)