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 | 謇亥凄蝓 | 1110011010001001100010001110010110010000101001101110010110011111 | e68988e590a6e59f |
EUC-JP | 謇亥凄蝓 | 1110101111101001101100001110011111000000101010001110101010100001 | ebe9b0e7c0a8eaa1 |
UTF-8 | 謇亥凄蝓 | 111010001010110010000111111001001011101010100101111001011000011110000100111010001001110110010011 | e8ac87e4baa5e58784e89d93 |
UHC | ?亥凄? | 001111111111101010100100111101001010001000111111 | 3ffaa4f4a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)