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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??畯麥?? | 0011111100111111111110110110111111101010011011010011111100111111 | 3f3ffb6fea6d3f3f |
EUC-JP | ??畯麥?? | 001111110011111110001111110011011011101111110011110011100011111100111111 | 3f3f8fcdbbf3ce3f3f |
UTF-8 | 欌렪畯麥렱렟 | 111001101010110010001100111010111010000010101010111001111001010110101111111010011011101010100101111010111010000010110001111010111010000010011111 | e6ac8ceba0aae795afe9baa5eba0b1eba09f |
UHC | 欌렪畯麥렱렟 | 111011011110101110001110101110001111000111100001110110001110101010001110101111101000111010110000 | edeb8eb8f1e1d8ea8ebe8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)