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 | 螻鷹スァ隍 | 1110010110110001100100011110100110111101101001111110100010100100 | e5b191e9bda7e8a4 |
EUC-JP | 螻鷹スァ隍 | 11101010101100111100001011101011100011101011110110001110101001111111000010100110 | eab3c2eb8ebd8ea7f0a6 |
UTF-8 | 螻鷹スァ隍 | 111010001001111010111011111010011011011110111001111011111011110110111101111011111011110110100111111010011001101010001101 | e89ebbe9b7b9efbdbdefbda7e99a8d |
UHC | ?鷹??隍 | 00111111111010111110110100111111001111111111110011011011 | 3febed3f3ffcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)