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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淨?輦蘖? | 1001111111000100001111111110011101110010100111110101000000111111 | 9fc43fe7729f503f |
EUC-JP | 淨?輦蘖? | 1101111011000110001111111110110111010011110111011011000100111111 | dec63fedd3ddb13f |
UTF-8 | 淨ㅹ輦蘖렕 | 111001101011011110101000111000111000010110111001111010001011110010100110111010001001100010010110111010111010000010010101 | e6b7a8e385b9e8bca6e89896eba095 |
UHC | 淨ㅹ輦蘖렕 | 11101111111001001010010011101001110101101010011011100101111011101000111010101010 | efe4a4e9d6a6e5ee8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)