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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 蕋°└ | 111001010100001010000001100010111000010010100100 | e542818b84a4 |
EUC-JP | 蕋°└ | 111010011010001110100001111010111010100010100110 | e9a3a1eba8a6 |
UTF-8 | 蕋°└ | 1110100010010101100010111100001010110000111000101001010010010100 | e8958bc2b0e29494 |
UHC | ?°└ | 0011111110100001110001101010011010100110 | 3fa1c6a6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)