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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 勝? | 100011111001111100111111 | 8f9f3f |
EUC-JP | 勝? | 101111101010000100111111 | bea13f |
UTF-8 | 勝뙁 | 111001011000101110011101111010111001100110000001 | e58b9deb9981 |
UHC | 勝뙁 | 11100011101011011000110010000111 | e3ad8c87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)