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 | 孺??? | 1001101101111101001111110011111100111111 | 9b7d3f3f3f |
EUC-JP | 孺??? | 1101010111011110001111110011111100111111 | d5de3f3f3f |
UTF-8 | 孺쿡렟렰 | 111001011010110110111010111011001011111110100001111010111010000010011111111010111010000010110000 | e5adbaecbfa1eba09feba0b0 |
UHC | 孺쿡렟렰 | 1110101011101000110001001110111010001110101100001000111010111101 | eae8c4ee8eb08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)