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 | 鈕」闡幢ス | 1110011111100100101000111110100010010001100110111110111110111101 | e7e4a3e8919befbd |
EUC-JP | 鈕」闡幢ス | 11101110111001101000111010100011111011111111000111010110111100011000111010111101 | eee68ea3eff1d6f18ebd |
UTF-8 | 鈕」闡幢ス | 111010011000100010010101111011111011110110100011111010011001011110100001111001011011100110100010111011111011110110111101 | e98895efbda3e997a1e5b9a2efbdbd |
UHC | ??闡幢? | 00111111001111111111010011000101110100111101001100111111 | 3f3ff4c5d3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)