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 | 易??甘 | 100010001101010100111111001111111000101011000011 | 88d53f3f8ac3 |
EUC-JP | 易??甘 | 101100001101011100111111001111111011010011000101 | b0d73f3fb4c5 |
UTF-8 | 易꿎꽒甘 | 111001101001100010010011111010101011111110001110111010101011110110010010111001111001010010011000 | e69893eabf8eeabd92e79498 |
UHC | 易꿎꽒甘 | 1110011010110110101100101110001010000100101000011100101011110110 | e6b6b2e284a1caf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)