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 | ??????Q~ | 0011111100111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f3f517e |
SJIS-WIN | ??????Q~ | 0011111100111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f3f517e |
EUC-JP | ??????Q~ | 0011111100111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f3f517e |
UTF-8 | 묮뫓뫎묿뫛뫔Q~ | 1110101110101100101011101110101110101011100100111110101110101011100011101110101110101100101111111110101110101011100110111110101110101011100101000101000101111110 | ebacaeebab93ebab8eebacbfebab9bebab94517e |
UHC | 묮뫓뫎묿뫛뫔Q~ | 1001001001000101100100011011010110010001101100001001001001001110100100011011101110010001101101100101000101111110 | 924591b591b0924e91bb91b6517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)