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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 馴贓k | 100100111110100111100110110110011000001010001011 | 93e9e6d9828b |
EUC-JP | 馴贓k | 110001101110101111101100110110111010001111101011 | c6ebecdba3eb |
UTF-8 | 馴贓k | 111010011010011010110100111010001011010010010011111011111011110110001011 | e9a6b4e8b493efbd8b |
UHC | 馴贓k | 111000101111100011101101111111001010001111101011 | e2f8edfca3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)