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 | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
SJIS-WIN | モ」lモ」lB | 11010011101000110110110011010011101000110110110001000010 | d3a36cd3a36c42 |
EUC-JP | モ」lモ」lB | 1000111011010011100011101010001101101100100011101101001110001110101000110110110001000010 | 8ed38ea36c8ed38ea36c42 |
UTF-8 | モ」lモ」lB | 111011111011111010010011111011111011110110100011011011001110111110111110100100111110111110111101101000110110110001000010 | efbe93efbda36cefbe93efbda36c42 |
UHC | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)