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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???揖?^ | 00111111001111110011111110010111010010110011111101011110 | 3f3f3f974b3f5e |
EUC-JP | ???揖?^ | 00111111001111110011111111001101101011000011111101011110 | 3f3f3fcdac3f5e |
UTF-8 | 囹덈뿰揖봢^ | 11101111101001101010100111101011100011011000100011101011101111111011000011100110100011111001011011101011101101001010001001011110 | efa6a9eb8d88ebbfb0e68f96ebb4a25e |
UHC | 囹덈뿰揖봢^ | 1110011110101010100010001110101110010111101100001110101111100111100101000110010101011110 | e7aa88eb97b0ebe794655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)