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 | 蒟や振繹 | 1110010011100101100000101110001010010000010101011110001110001000 | e4e582e29055e388 |
EUC-JP | 蒟や振繹 | 1110100011100111101001001110010010111111101101101110010111101000 | e8e7a4e4bfb6e5e8 |
UTF-8 | 蒟や振繹 | 111010001001001010011111111000111000001010000100111001101000110010101111111001111011100110111001 | e8929fe38284e68cafe7b9b9 |
UHC | ?や振繹 | 00111111101010101110010011110010110010011110011010111010 | 3faae4f2c9e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)