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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?靈?昴? | 00111111111010001100101100111111100111011110001100111111 | 3fe8cb3f9de33f |
EUC-JP | ?靈?昴? | 00111111111100001100110100111111110110101110010100111111 | 3ff0cd3fdae53f |
UTF-8 | 렺靈씻昴렺 | 111010111010000010111010111010011001110110001000111011001001010010111011111001101001100010110100111010111010000010111010 | eba0bae99d88ec94bbe698b4eba0ba |
UHC | 렺靈씻昴렺 | 10001110110000101101011011000100101111101100010011011001110110111000111011000010 | 8ec2d6c4bec4d9db8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)