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 | ?靈?昴 | 001111111110100011001011001111111001110111100011 | 3fe8cb3f9de3 |
EUC-JP | ?靈?昴 | 001111111111000011001101001111111101101011100101 | 3ff0cd3fdae5 |
UTF-8 | 렺靈씻昴 | 111010111010000010111010111010011001110110001000111011001001010010111011111001101001100010110100 | eba0bae99d88ec94bbe698b4 |
UHC | 렺靈씻昴 | 1000111011000010110101101100010010111110110001001101100111011011 | 8ec2d6c4bec4d9db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)