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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萓願シ | 1110010010111110100010101110100010111100 | e4be8ae8bc |
EUC-JP | 萓願シ | 111010001100000010110100111010101000111010111100 | e8c0b4ea8ebc |
UTF-8 | 萓願シ | 111010001001000010010011111010011010000110011000111011111011110110111100 | e89093e9a198efbdbc |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)