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 | 雫鳫ホ釖 | 111100101010110110001110101101001110100111101101110011101110011111011001 | f2ad8eb4e9edcee7d9 |
EUC-JP | ?雫鳫ホ釖 | 001111111011110010110110111100101110111110001110110011101110111011011011 | 3fbcb6f2ef8eceeedb |
UTF-8 | 雫鳫ホ釖 | 111011101000011110100100111010011001101110101011111010011011001110101011111011111011111010001110111010011000011110010110 | ee87a4e99babe9b3abefbe8ee98796 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)