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 | 際?雋? | 100011011101101100111111111010001011001000111111 | 8ddb3fe8b23f |
EUC-JP | 際?雋? | 101110101101110100111111111100001011010000111111 | badd3ff0b43f |
UTF-8 | 際렠雋븃 | 111010011001101010011011111010111010000010100000111010011001101110001011111010111011100010000011 | e99a9beba0a0e99b8bebb883 |
UHC | 際렠雋븃 | 1111000010110111100011101011000111110001111001101011101011101000 | f0b78eb1f1e6bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)