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 | 愛〓? | 1000100010100100100000011010110000111111 | 88a481ac3f |
EUC-JP | 愛〓? | 1011000010100110101000101010111000111111 | b0a6a2ae3f |
UTF-8 | 愛〓젍 | 111001101000010010011011111000111000000010010011111011001010000010001101 | e6849be38093eca08d |
UHC | 愛〓젍 | 111001001111000110100001111010111010000010001110 | e4f1a1eba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)