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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 遏ュ菫苓∮B | 11100111100111111010110111100100101111111001011111101000100001111001001101000010 | e79fade4bf97e8879342 |
EUC-JP | 遏ュ菫苓?B | 11101110101000011000111010101101111010001100000111001110111010100011111101000010 | eea18eade8c1ceea3f42 |
UTF-8 | 遏ュ菫苓∮B | 11101001100000011000111111101111101111011010110111101000100011111010101111101000100010111001001111100010100010001010111001000010 | e9818fefbdade88fabe88b93e288ae42 |
UHC | ??菫?∮B | 0011111100111111110100001100101100111111101000101011000101000010 | 3f3fd0cb3fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)