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 | 馬五? | 1001010001101110100011001101110000111111 | 946e8cdc3f |
EUC-JP | 馬五? | 1100011111001111101110001101111000111111 | c7cfb8de3f |
UTF-8 | 馬五룴 | 111010011010011010101100111001001011101010010100111010111010001110110100 | e9a6ace4ba94eba3b4 |
UHC | 馬五룴 | 110110001010100111100111111010011000111110101001 | d8a9e7e98fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)