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 | 100101010101000100111111111001000101110101000010 | 95513fe45d42 |
EUC-JP | 媛?臂B | 110010011011001000111111111001111011111001000010 | c9b23fe7be42 |
UTF-8 | 媛브臂B | 11100101101010101001101111101011101110001000110011101000100001111000001001000010 | e5aa9bebb88ce8878242 |
UHC | 媛브臂B | 11101010101100001011101011101010110111101010001001000010 | eab0baeadea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)