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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 曠抃菲 | 100111100100010010011101010101101110010011001001 | 9e449d56e4c9 |
EUC-JP | 曠抃菲 | 110110111010010111011001101101111110100011001011 | dba5d9b7e8cb |
UTF-8 | 曠抃菲 | 111001101001101110100000111001101000101010000011111010001000111110110010 | e69ba0e68a83e88fb2 |
UHC | 曠?菲 | 1100111011000111001111111101111010100011 | cec73fdea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)