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 | ?跌?? | 0011111111100110111010010011111100111111 | 3fe6e93f3f |
EUC-JP | 璹跌?? | 10001111110011001110011111101100111010110011111100111111 | 8fcce7eceb3f3f |
UTF-8 | 璹跌롅롈 | 111001111001001010111001111010001011011110001100111010111010000110000101111010111010000110001000 | e792b9e8b78ceba185eba188 |
UHC | 璹跌롅롈 | 1110001011011011111100101111011010001110110010111000111011001110 | e2dbf2f68ecb8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)