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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 剰渧ュ^ | 100011111110100011111011010010001010110101011110 | 8fe8fb48ad5e |
EUC-JP | 剰渧ュ^ | 1011111011101010100011111100011111101011100011101010110101011110 | beea8fc7eb8ead5e |
UTF-8 | 剰渧ュ^ | 11100101100010011011000011100110101110001010011111101111101111011010110101011110 | e589b0e6b8a7efbdad5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)