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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 﨓゙」 | 111110101110100011110011101010001101111010100011 | fae8f3a8dea3 |
EUC-JP | ??゙」 | 001111110011111110001110110111101000111010100011 | 3f3f8ede8ea3 |
UTF-8 | 﨓゙」 | 111011111010100010010011111011101000101010011011111011111011111010011110111011111011110110100011 | efa893ee8a9befbe9eefbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)