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 | 陬菩ソ曖 | 11101000101000111001010111101100101111111001111001000010 | e8a395ecbf9e42 |
EUC-JP | 陬菩ソ曖 | 1111000010100101110010101110111010001110101111111101101110100011 | f0a5caee8ebfdba3 |
UTF-8 | 陬菩ソ曖 | 111010011001100110101100111010001000111110101001111011111011110110111111111001101001101110010110 | e999ace88fa9efbdbfe69b96 |
UHC | ?菩?曖 | 001111111101110011001100001111111110010011110010 | 3fdccc3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)