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 | ?額額 | 0011111110001010011110101000101001111010 | 3f8a7a8a7a |
EUC-JP | ?額額 | 0011111110110011110110111011001111011011 | 3fb3dbb3db |
UTF-8 | 궷額額 | 111010101011011010110111111010011010000110001101111010011010000110001101 | eab6b7e9a18de9a18d |
UHC | 궷額額 | 101100011100110011100100111111101110010011111110 | b1cce4fee4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)