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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 혦횧혦횞챈횇BF | 1110110110011000101001101110110110011010101001111110110110011000101001101110110110011010100111101110110010110001100010001110110110011010100001110100001001000110 | ed98a6ed9aa7ed98a6ed9a9eecb188ed9a874246 |
UHC | 혦횧혦횞챈횇BF | 1100001010001110110000111001111011000010100011101100001110010111110000111010011011000011100001010100001001000110 | c28ec39ec28ec397c3a6c3854246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)