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 | 陬ス蠑罷 | 11101000101000111011110111100101101111001001010011101011 | e8a3bde5bc94eb |
EUC-JP | 陬ス蠑罷 | 1111000010100101100011101011110111101010101111101100100011101101 | f0a58ebdeabec8ed |
UTF-8 | 陬ス蠑罷 | 111010011001100110101100111011111011110110111101111010001010000010010001111001111011110110110111 | e999acefbdbde8a091e7bdb7 |
UHC | ???罷 | 0011111100111111001111111111011111110011 | 3f3f3ff7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)