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 | 蒟や振絨 | 1110010011100101100000101110001010010000010101011110001101001111 | e4e582e29055e34f |
EUC-JP | 蒟や振絨 | 1110100011100111101001001110010010111111101101101110010110110000 | e8e7a4e4bfb6e5b0 |
UTF-8 | 蒟や振絨 | 111010001001001010011111111000111000001010000100111001101000110010101111111001111011010110101000 | e8929fe38284e68cafe7b5a8 |
UHC | ?や振絨 | 00111111101010101110010011110010110010011110101111010110 | 3faae4f2c9ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)