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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 惠??B | 1001110010101000001111110011111101000010 | 9ca83f3f42 |
EUC-JP | 惠??B | 1101100010101010001111110011111101000010 | d8aa3f3f42 |
UTF-8 | 惠볨뿎B | 11100110100000111010000011101011101100111010100011101011101111111000111001000010 | e683a0ebb3a8ebbf8e42 |
UHC | 惠볨뿎B | 11111011101100111001001111101110100101111001001101000010 | fbb393ee979342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)