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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋削怜? | 10010010100111001000110111101101100101111110010100111111 | 929c8ded97e53f |
EUC-JP | 凋削怜? | 11000011111111001011101011101111110011101110011100111111 | c3fcbaefcee73f |
UTF-8 | 凋削怜뤉 | 111001011000011110001011111001011000100110001010111001101000000010011100111010111010010010001001 | e5878be5898ae6809ceba489 |
UHC | 凋削怜뤉 | 1111000010111101110111101111101111010110101110111000111110111001 | f0bddefbd6bb8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)