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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 朎朎B | 111101101110001111111010110111111111011011100011111110101101111101000010 | f6e3fadff6e3fadf42 |
EUC-JP | ?朎?朎B | 001111111000111111000010111100000011111110001111110000101111000001000010 | 3f8fc2f03f8fc2f042 |
UTF-8 | 朎朎B | 11101110100101001000101011100110100111001000111011101110100101001000101011100110100111001000111001000010 | ee948ae69c8eee948ae69c8e42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)