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 | 銧ト骼ウ識 | 1111101111001100110001001110100110001110101100111000111010101111 | fbccc4e98eb38eaf |
EUC-JP | 銧ト骼ウ識 | 1000111111100100101001101000111011000100111100011110111010001110101100111011110010110001 | 8fe4a68ec4f1ee8eb3bcb1 |
UTF-8 | 銧ト骼ウ識 | 111010011000101010100111111011111011111010000100111010011010101010111100111011111011110110110011111010001010110110011000 | e98aa7efbe84e9aabcefbdb3e8ad98 |
UHC | ????識 | 001111110011111100111111001111111110001111011011 | 3f3f3f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)