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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 佇?錚豆?] | 100110001100100000111111111010000100001010010011101001000011111101011101 | 98c83fe84293a43f5d |
EUC-JP | 佇?錚豆?] | 110100001100101000111111111011111010001111000110101001100011111101011101 | d0ca3fefa3c6a63f5d |
UTF-8 | 佇렍錚豆땐] | 11100100101111011000011111101011101000001000110111101001100011001001101011101000101100011000011011101011100101011001000001011101 | e4bd87eba08de98c9ae8b186eb95905d |
UHC | 佇렍錚豆땐] | 1110111010110111100011101010001111101110101101101101010011100111101101101010100101011101 | eeb78ea3eeb6d4e7b6a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)