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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??モ??B | 00111111001111111000001110000010001111110011111101000010 | 3f3f83823f3f42 |
EUC-JP | ??モ??B | 00111111001111111010010111100010001111110011111101000010 | 3f3fa5e23f3f42 |
UTF-8 | 룴햶モ룫홸B | 11101011101000111011010011101101100101101011011011100011100000111010001011101011101000111010101111101101100110011011100001000010 | eba3b4ed96b6e383a2eba3abed99b842 |
UHC | 룴햶モ룫홸B | 1000111110101001110000011000111110101011111000101000111110100010110000110111001001000010 | 8fa9c18fabe28fa2c37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)