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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ?る?魏?h | 0011111110000010111010010011111111101001101100000011111101101000 | 3f82e93fe9b03f68 |
EUC-JP | ?る?魏?h | 0011111110100100111010110011111111110010101100100011111101101000 | 3fa4eb3ff2b23f68 |
UTF-8 | 隸る뀡魏쀿h | 11101111101001101011100011100011100000101000101111101011100000001010000111101001101011011000111111101100100000001011111101101000 | efa6b8e3828beb80a1e9ad8fec80bf68 |
UHC | 隸る뀡魏쀿h | 1110011111100110101010101110101110000101100110001110101011100000100101111111111001101000 | e7e6aaeb8598eae097fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)