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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?琳?琳B | 00111111100101111101010000111111100101111101010001000010 | 3f97d43f97d442 |
EUC-JP | ?琳?琳B | 00111111110011101101011000111111110011101101011001000010 | 3fced63fced642 |
UTF-8 | 뤗琳뤗琳B | 11101011101001001001011111100111100100001011001111101011101001001001011111100111100100001011001101000010 | eba497e790b3eba497e790b342 |
UHC | 뤗琳뤗琳B | 100011111100011111010111111110111000111111000111110101111111101101000010 | 8fc7d7fb8fc7d7fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)