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 | 惡奧曳 | 100111001010011010011010111110101000100101100111 | 9ca69afa8967 |
EUC-JP | 惡奧曳 | 110110001010100011010100111111001011000111001000 | d8a8d4fcb1c8 |
UTF-8 | 惡奧曳 | 111001101000001110100001111001011010010110100111111001101001101110110011 | e683a1e5a5a7e69bb3 |
UHC | 惡奧曳 | 111001001100001011100111111100111110011111010110 | e4c2e7f3e7d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)