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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘯豎穢 | 111000011011101011100110101100011110001001110001 | e1bae6b1e271 |
EUC-JP | 蘯豎穢 | 111000101011110011101100101100111110001111010010 | e2bcecb3e3d2 |
UTF-8 | 蘯豎穢 | 111010001001100010101111111010001011000110001110111001111010100110100010 | e898afe8b18ee7a9a2 |
UHC | ??穢 | 00111111001111111110011111011011 | 3f3fe7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)