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 | 映?映 | 1000100101100110001111111000100101100110 | 89663f8966 |
EUC-JP | 映?映 | 1011000111000111001111111011000111000111 | b1c73fb1c7 |
UTF-8 | 映뻞映 | 111001101001100010100000111010111011101110011110111001101001100010100000 | e698a0ebbb9ee698a0 |
UHC | 映뻞映 | 111001111011000110010110011010001110011110110001 | e7b19668e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)