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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 昇ャk | 100011111011100011110111100011101010110001101011 | 8fb8f78eac6b |
EUC-JP | 昇?ャk | 101111101011101000111111100011101010110001101011 | beba3f8eac6b |
UTF-8 | 昇ャk | 11100110100110001000011111101110100101011011000111101111101111011010110001101011 | e69887ee95b1efbdac6b |
UHC | 昇??k | 1110001110110000001111110011111101101011 | e3b03f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)