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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踝煙Г踝賀岡 | 111001101111010010001001100011001000010001000011111001101111010010001001111010101000100110101010 | e6f4898c8443e6f489ea89aa |
EUC-JP | 踝煙Г踝賀岡 | 111011001111011010110001111011001010011110100100111011001111011010110010111011001011001010101100 | ecf6b1eca7a4ecf6b2ecb2ac |
UTF-8 | 踝煙Г踝賀岡 | 1110100010111000100111011110011110000101100110011101000010010011111010001011100010011101111010001011001110000000111001011011001010100001 | e8b89de78599d093e8b89de8b380e5b2a1 |
UHC | ?煙Г?賀岡 | 00111111111001101101010110101100101001000011111111111001110001011100101110101010 | 3fe6d5aca43ff9c5cbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)