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 | ?易恒^ | 001111111000100011010101100011010101000001011110 | 3f88d58d505e |
EUC-JP | ?易恒^ | 001111111011000011010111101110011011000101011110 | 3fb0d7b9b15e |
UTF-8 | 륨易恒^ | 11101011101001011010100011100110100110001001001111100110100000011001001001011110 | eba5a8e69893e681925e |
UHC | 륨易恒^ | 10110111111111011110011010110110111110011111011001011110 | b7fde6b6f9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)