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 | 籬ロ | 11100010110111111000001110001101 | e2df838d |
EUC-JP | 籬ロ | 11100100111000011010010111101101 | e4e1a5ed |
UTF-8 | 籬ロ | 111001111011000110101100111000111000001110101101 | e7b1ace383ad |
UHC | 籬ロ | 11010111111001101010101111101101 | d7e6abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)