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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謗護ィ咤 | 11100110100011101000110011101100101010001001101001000010 | e68e8ceca89a42 |
EUC-JP | 謗護ィ咤 | 1110101111101110101110001110111010001110101010001101001110100011 | ebeeb8ee8ea8d3a3 |
UTF-8 | 謗護ィ咤 | 111010001010110010010111111010001010110110110111111011111011110110101000111001011001001010100100 | e8ac97e8adb7efbda8e592a4 |
UHC | 謗護?咤 | 11011011101111111111101111011110001111111111011011100011 | dbbffbde3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)