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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?錮?錮F | 00111111111001111111110000111111111001111111110001000110 | 3fe7fc3fe7fc46 |
EUC-JP | ?錮?錮F | 00111111111011101111111000111111111011101111111001000110 | 3feefe3feefe46 |
UTF-8 | 렺錮렺錮F | 11101011101000001011101011101001100011001010111011101011101000001011101011101001100011001010111001000110 | eba0bae98caeeba0bae98cae46 |
UHC | 렺錮렺錮F | 100011101100001011001101110100011000111011000010110011011101000101000110 | 8ec2cdd18ec2cdd146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)