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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝句、・ | 111010001001111110001011111001011010010010100101 | e89f8be5a4a5 |
EUC-JP | 陝句、・ | 1111000010100001101101101110011110001110101001001000111010100101 | f0a1b6e78ea48ea5 |
UTF-8 | 陝句、・ | 111010011001100110011101111001011000111110100101111011111011110110100100111011111011110110100101 | e9999de58fa5efbda4efbda5 |
UHC | 陝句?? | 111000001110110111001111101000110011111100111111 | e0edcfa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)