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 | 蔟磯衆裃 | 1110010011110101100010001110100110001111010011111110010111011111 | e4f588e98f4fe5df |
EUC-JP | 蔟磯衆裃 | 1110100011110111101100001110101110111101101100001110101011100001 | e8f7b0ebbdb0eae1 |
UTF-8 | 蔟磯衆裃 | 111010001001010010011111111001111010001110101111111010001010000110000110111010001010001110000011 | e8949fe7a3afe8a186e8a383 |
UHC | ?磯衆? | 001111111101000110110100111100011110101100111111 | 3fd1b4f1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)