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 | ?▲?淫 | 001111111000000110100011001111111000100011111010 | 3f81a33f88fa |
EUC-JP | 璵▲?淫 | 1000111111001100111001101010001010100101001111111011000011111100 | 8fcce6a2a53fb0fc |
UTF-8 | 璵▲끏淫 | 111001111001001010110101111000101001011010110010111010111000000110001111111001101011011110101011 | e792b5e296b2eb818fe6b7ab |
UHC | 璵▲끏淫 | 1110011010100101101000011110001110000101101111111110101111100010 | e6a5a1e385bfebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)