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 | ?ロ | 001111111000001110001101 | 3f838d |
EUC-JP | 邕ロ | 1000111111100001111011011010010111101101 | 8fe1eda5ed |
UTF-8 | 邕ロ | 111010011000001010010101111000111000001110101101 | e98295e383ad |
UHC | 邕ロ | 11101000101110111010101111101101 | e8bbabed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)