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 | 瀨ワ | 111110110101000011011100 | fb50dc |
EUC-JP | ?ワ | 001111111000111011011100 | 3f8edc |
UTF-8 | 瀨ワ | 111001111000000010101000111011111011111010011100 | e780a8efbe9c |
UHC | 瀨? | 110101101110111000111111 | d6ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)