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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???倚??? | 0011111100111111001111111001100011011111001111110011111100111111 | 3f3f3f98df3f3f3f |
EUC-JP | ???倚??? | 0011111100111111001111111101000011100001001111110011111100111111 | 3f3f3fd0e13f3f3f |
UTF-8 | 閱묐챶倚싷쭛硫 | 111010011001011010110001111010111010110010010000111011001011000110110110111001011000000010011010111011001000101110110111111011001010110110011011111011111010011110001110 | e996b1ebac90ecb1b6e5809aec8bb7ecad9befa78e |
UHC | 閱묐챶倚싷쭛硫 | 1110011011110011100100011110101110101010100000111110101111101111100110101110111110100111100100011110101110101001 | e6f391ebaa83ebef9aefa791eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)