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 | 纓櫛遣葹 | 1110001110010111100010111111100110001100101011011110010011011111 | e3978bf98cade4df |
EUC-JP | 纓櫛遣葹 | 1110010111110111101101101111101110111000101011111110100011100001 | e5f7b6fbb8afe8e1 |
UTF-8 | 纓櫛遣葹 | 111001111011101010010011111001101010101110011011111010011000000110100011111010001001000110111001 | e7ba93e6ab9be981a3e891b9 |
UHC | 纓櫛遣? | 11100111110001011111000111101110110011001011101000111111 | e7c5f1eeccba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)