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 | ?業? | 00111111100010111100011000111111 | 3f8bc63f |
EUC-JP | ?業栯 | 001111111011011011001000100011111100001111010010 | 3fb6c88fc3d2 |
UTF-8 | 띪業栯 | 111010111001110110101010111001101010010110101101111001101010000010101111 | eb9daae6a5ade6a0af |
UHC | 띪業栯 | 100011011101110111100101111101101110100111110001 | 8ddde5f6e9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)