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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 紊ュぅ^ | 11100011010000111000001110000101100000101010001101011110 | e343838582a35e |
EUC-JP | 紊ュぅ^ | 11100101101001001010010111100101101001001010010101011110 | e5a4a5e5a4a55e |
UTF-8 | 紊ュぅ^ | 11100111101101001000101011100011100000111010010111100011100000011000010101011110 | e7b48ae383a5e381855e |
UHC | 紊ュぅ^ | 11011010101000101010101111100101101010101010010101011110 | daa2abe5aaa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)