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 | 糢櫛遣葹 | 1110001011110101100010111111100110001100101011011110010011011111 | e2f58bf98cade4df |
EUC-JP | 糢櫛遣葹 | 1110010011110111101101101111101110111000101011111110100011100001 | e4f7b6fbb8afe8e1 |
UTF-8 | 糢櫛遣葹 | 111001111011001110100010111001101010101110011011111010011000000110100011111010001001000110111001 | e7b3a2e6ab9be981a3e891b9 |
UHC | ?櫛遣? | 001111111111000111101110110011001011101000111111 | 3ff1eeccba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)