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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 熒?? | 1000111111001010101001110011111100111111 | 8fcaa73f3f |
UTF-8 | 熒렡렠 | 111001111000011010010010111010111010000010100001111010111010000010100000 | e78692eba0a1eba0a0 |
UHC | 熒렡렠 | 111110111010011110001110101100101000111010110001 | fba78eb28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)