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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 駭??駭?\ | 1110100101101110001111110011111111101001011011100011111101011100 | e96e3f3fe96e3f5c |
EUC-JP | 駭??駭?\ | 1111000111001111001111110011111111110001110011110011111101011100 | f1cf3f3ff1cf3f5c |
UTF-8 | 駭잜샄駭캾\ | 11101001101001111010110111101100100111101001110011101100100000111000010011101001101001111010110111101100101110101011111001011100 | e9a7adec9e9cec8384e9a7adecbabe5c |
UHC | 駭잜샄駭캾\ | 1111101010110100100111111110110110011000101101101111101010110100101100000110010001011100 | fab49fed98b6fab4b0645c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)