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 | 惡奧諄 | 100111001010011010011010111110101110011001111000 | 9ca69afae678 |
EUC-JP | 惡奧諄 | 110110001010100011010100111111001110101111011001 | d8a8d4fcebd9 |
UTF-8 | 惡奧諄 | 111001101000001110100001111001011010010110100111111010001010101110000100 | e683a1e5a5a7e8ab84 |
UHC | 惡奧諄 | 111001001100001011100111111100111110001011110100 | e4c2e7f3e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)