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 | 穩髴穩韜 | 1110001001110010111010011001110011100010011100101110100011101001 | e272e99ce272e8e9 |
EUC-JP | 穩髴穩韜 | 1110001111010011111100011111110011100011110100111111000011101011 | e3d3f1fce3d3f0eb |
UTF-8 | 穩髴穩韜 | 111001111010100110101001111010011010101110110100111001111010100110101001111010011001111110011100 | e7a9a9e9abb4e7a9a9e99f9c |
UHC | 穩?穩韜 | 11101000101100010011111111101000101100011101010010110111 | e8b13fe8b1d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)