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 | 韋叱? | 1110100011101000100011101011011000111111 | e8e88eb63f |
EUC-JP | 韋叱? | 1111000011101010101111001011100000111111 | f0eabcb83f |
UTF-8 | 韋叱礖 | 111010011001111110001011111001011000111110110001111001111010010010010110 | e99f8be58fb1e7a496 |
UHC | 韋叱礖 | 111010101101111111110010111010101110011010100110 | eadff2eae6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)