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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 佚案 | 10011000110000111000100011000100 | 98c388c4 |
EUC-JP | 佚案 | 11010000110001011011000011000110 | d0c5b0c6 |
UTF-8 | 佚案 | 111001001011110110011010111001101010000110001000 | e4bd9ae6a188 |
UHC | 佚案 | 11101100111010101110010011010000 | eceae4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)