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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也?,揖 | 10010110111001110011111110000001010000111001011101001011 | 96e73f8143974b |
EUC-JP | 也?,揖 | 11001100111010010011111110100001101001001100110110101100 | cce93fa1a4cdac |
UTF-8 | 也꾨,揖 | 111001001011100110011111111010101011111010101000111011111011110010001100111001101000111110010110 | e4b99feabea8efbc8ce68f96 |
UHC | 也꾨,揖 | 1110010110100101100001001110101110100011101011001110101111100111 | e5a584eba3acebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)