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 | オ゚ | 11110001111001111011010111011111 | f1e7b5df |
EUC-JP | ?オ゚ | 0011111110001110101101011000111011011111 | 3f8eb58edf |
UTF-8 | オ゚ | 111011101000010110100010111011111011110110110101111011111011111010011111 | ee85a2efbdb5efbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)